Skip to content

Commit d724f83

Browse files
committed
update styling
1 parent 53d59e1 commit d724f83

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 gap-3">
41+
<div class="items-center flex-1 md:flex md:justify-between space-y-3 md:gap-3">
4242
@if($title || $description)
4343
<div class="space-y-0.5">
4444
@if($title)

0 commit comments

Comments
 (0)