Skip to content

Commit b06b279

Browse files
authored
fix actions buttons / headers space (#810)
1 parent 2590d75 commit b06b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/articles/actions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div
2-
class="flex flex-col gap-x-4 gap-y-3 lg:flex-row lg:justify-between"
2+
class="flex flex-col gap-x-4 gap-y-3 lg:flex-row lg:justify-between mb-10"
33
x-data="{ hovered: false }"
44
>
55
<div class="flex flex-col gap-x-4 gap-y-3 lg:flex-row">

0 commit comments

Comments
 (0)