Skip to content

Commit ad9f340

Browse files
Merge pull request #19 from dissto/main
Fix misalignment if no description is provided
2 parents c257f94 + 03fe43b commit ad9f340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/simple-alert.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class="h-5 w-5 text-custom-400"
3030
/>
3131
</div>
3232
@endif
33-
<div class="ml-3 flex-1 md:flex md:justify-between">
33+
<div class="ml-3 items-center flex-1 md:flex md:justify-between">
3434
@if($title || $description)
3535
<div>
3636
@if($title)

0 commit comments

Comments
 (0)