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>
<a href="{{ $row->link }}" target="_blank">
<x-badge>{{ $row->link }}</x-badge>
<x-badge class="whitespace-nowrap">{{ $row->link }}</x-badge>
</a>
</div>