We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d724f83 commit 70309dfCopy full SHA for 70309df
resources/views/components/simple-alert.blade.php
@@ -38,7 +38,7 @@ class="h-5 w-5 text-custom-400"
38
/>
39
</div>
40
@endif
41
- <div class="items-center flex-1 md:flex md:justify-between space-y-3 md:gap-3">
+ <div class="items-center flex-1 md:flex md:justify-between space-y-3 md:space-y-0 md:gap-3">
42
@if($title || $description)
43
<div class="space-y-0.5">
44
@if($title)
0 commit comments