Skip to content

Commit

Permalink
Fix shrinking icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Jul 9, 2024
1 parent 9c0e311 commit d68f917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/artworks/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class="underline">{{ $category->name }}</a>
@if ($artwork->condition_note)
<div class="flex text-neutral-500">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="mr-1 mt-[0.15rem] h-5 w-5">
stroke="currentColor" class="mr-1 mt-[0.15rem] h-5 w-5 flex-none">
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z" />
</svg>
Expand Down

0 comments on commit d68f917

Please sign in to comment.