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:
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="{{ $row->link }}" target="_blank">
|
<a href="{{ $row->link }}" target="_blank">
|
||||||
<x-badge>{{ $row->link }}</x-badge>
|
<x-badge class="whitespace-nowrap">{{ $row->link }}</x-badge>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,12 +7,12 @@
|
|||||||
<img class="aspect-auto max-h-12" src="{{ asset('img/social_credit_minus.webp') }}" alt="">
|
<img class="aspect-auto max-h-12" src="{{ asset('img/social_credit_minus.webp') }}" alt="">
|
||||||
@endif
|
@endif
|
||||||
<div class="flex items-center space-x-1">
|
<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 class="whitespace-nowrap" 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" :href="route('bookCases.comment.bookcase', ['bookCase' => $row->id])">Details</x-button>
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
<div>
|
<div>
|
||||||
<x-badge amber>
|
<x-badge class="whitespace-nowrap" amber>
|
||||||
<i class="fa fa-thin fa-shelves-empty mr-2"></i>
|
<i class="fa fa-thin fa-shelves-empty mr-2"></i>
|
||||||
{{ __('noch keine Bitcoin-Bücher') }}
|
{{ __('noch keine Bitcoin-Bücher') }}
|
||||||
</x-badge>
|
</x-badge>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
@foreach($row->tags as $tag)
|
@foreach($row->tags as $tag)
|
||||||
<x-badge>{{ $tag->name }}</x-badge>
|
<x-badge class="whitespace-nowrap">{{ $tag->name }}</x-badge>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="flex space-x-1">
|
<div class="flex space-x-1">
|
||||||
@foreach($row->course->categories as $category)
|
@foreach($row->course->categories as $category)
|
||||||
<x-badge>{{ $category->name }}</x-badge>
|
<x-badge class="whitespace-nowrap">{{ $category->name }}</x-badge>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="{{ $row->link }}" target="_blank">
|
<a href="{{ $row->link }}" target="_blank">
|
||||||
<x-badge>{{ $row->link }}</x-badge>
|
<x-badge class="whitespace-nowrap">{{ $row->link }}</x-badge>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="{{ $row->link }}" target="_blank">
|
<a href="{{ $row->link }}" target="_blank">
|
||||||
<x-badge>{{ $row->link }}</x-badge>
|
<x-badge class="whitespace-nowrap">{{ $row->link }}</x-badge>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user