Skip to content

Commit

Permalink
Tweak to Tailwind classes
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 15, 2024
1 parent 2a97c34 commit dfab117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/authorities/role-translations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
{{ $t->sk }}
@else
<span
class="px-2 py-1 tw-inline-block tw-rounded-full tw-bg-orange-400 tw-text-xs tw-text-white">Chýba</span>
class="tw-inline-block tw-rounded-full tw-bg-orange-400 tw-px-1.5 tw-py-0.5 tw-text-xs tw-text-white">Chýba</span>
@endif
</td>
<td class="tw-p-2 tw-align-top">
@if ($t->cs)
{{ $t->cs }}
@else
<span
class="px-2 py-1 tw-inline-block tw-rounded-full tw-bg-orange-400 tw-text-xs tw-text-white">Chýba</span>
class="tw-inline-block tw-rounded-full tw-bg-orange-400 tw-px-1.5 tw-py-0.5 tw-text-xs tw-text-white">Chýba</span>
@endif
</td>
<td class="tw-p-2 tw-align-top">
@if ($t->en)
{{ $t->en }}
@else
<span
class="px-2 py-1 tw-inline-block tw-rounded-full tw-bg-orange-400 tw-text-xs tw-text-white">Chýba</span>
class="tw-inline-block tw-rounded-full tw-bg-orange-400 tw-px-1.5 tw-py-0.5 tw-text-xs tw-text-white">Chýba</span>
@endif
</td>
</tr>
Expand Down

0 comments on commit dfab117

Please sign in to comment.