Skip to content

Commit

Permalink
Apply adjustments to term edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Oct 21, 2024
1 parent c13e34c commit e98be72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/js/components/terms/PublishForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<div>
<breadcrumb v-if="breadcrumbs" :url="breadcrumbs[1].url" :title="breadcrumbs[1].text" />

<div class="flex items-center mb-6">
<h1 class="flex-1">
<div class="flex items-center">
<div class="flex items-baseline mb-6">
<h1 class="flex-1 self-start rtl:ml-4 ltr:mr-4">
<div class="flex items-baseline">
<span v-if="! isCreating"
class="little-dot rtl:ml-2 ltr:mr-2"
class="little-dot rtl:ml-2 ltr:mr-2 -top-1"
:class="{ 'bg-green-600': published, 'bg-gray-600': !published }" />
<span v-html="$options.filters.striptags(title)" />
<span class="break-overflowing-words" v-html="$options.filters.striptags(title)" />
</div>
</h1>

Expand Down

0 comments on commit e98be72

Please sign in to comment.