whitespace-nowrap

This commit is contained in:
Benjamin Takats
2022-12-15 15:49:32 +01:00
parent 2b28685b9a
commit 8d098b9625
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<div class="flex items-center">
@foreach($row->tags as $tag)
<x-badge>{{ $tag->name }}</x-badge>
<x-badge class="whitespace-nowrap">{{ $tag->name }}</x-badge>
@endforeach
</div>