Skip to content

Commit 70309df

Browse files
committed
update styling
1 parent d724f83 commit 70309df

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
@@ -38,7 +38,7 @@ class="h-5 w-5 text-custom-400"
3838
/>
3939
</div>
4040
@endif
41-
<div class="items-center flex-1 md:flex md:justify-between space-y-3 md:gap-3">
41+
<div class="items-center flex-1 md:flex md:justify-between space-y-3 md:space-y-0 md:gap-3">
4242
@if($title || $description)
4343
<div class="space-y-0.5">
4444
@if($title)

0 commit comments

Comments
 (0)