mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
whitespace-nowrap
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
<img class="aspect-auto max-h-12" src="{{ asset('img/social_credit_minus.webp') }}" alt="">
|
||||
@endif
|
||||
<div class="flex items-center space-x-1">
|
||||
<x-button primary class="text-21gray whitespace-nowrap" wire:click="viewHistoryModal({{ $row->id }})">💊 Orange Pill Now</x-button>
|
||||
<x-button :href="route('bookCases.comment.bookcase', ['bookCase' => $row->id])">Details</x-button>
|
||||
<x-button class="whitespace-nowrap" primary class="text-21gray whitespace-nowrap" wire:click="viewHistoryModal({{ $row->id }})">💊 Orange Pill Now</x-button>
|
||||
<x-button class="whitespace-nowrap" :href="route('bookCases.comment.bookcase', ['bookCase' => $row->id])">Details</x-button>
|
||||
</div>
|
||||
@else
|
||||
<div>
|
||||
<x-badge amber>
|
||||
<x-badge class="whitespace-nowrap" amber>
|
||||
<i class="fa fa-thin fa-shelves-empty mr-2"></i>
|
||||
{{ __('noch keine Bitcoin-Bücher') }}
|
||||
</x-badge>
|
||||
|
||||
Reference in New Issue
Block a user