fix: Wrap tags and avoid horizontal overflow
This commit is contained in:
parent
818399bc23
commit
d56d4eb8fc
@ -1,7 +1,7 @@
|
||||
<div>
|
||||
<h1>Tags</h1>
|
||||
<div>Here you can see all the tags here</div>
|
||||
<div class="flex gap-2 pt-10">
|
||||
<div class="flex gap-2 pt-10 flex-wrap">
|
||||
@forelse ($tags as $tag)
|
||||
<a class="box" href="{{ route('tags.show', ['tag_name' => $tag->name]) }}">{{ $tag->name }}</a>
|
||||
@empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user