Skip to content

Commit 1bead96

Browse files
committed
fix: fix alert spacing
1 parent 0be16f4 commit 1bead96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/css/custom.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,10 @@ nav.menu {
174174
/* Alert */
175175
.alert.alert {
176176
@apply flex shadow-none px-4 py-3 border bg-transparent border-l-4 border-alert;
177-
p {
178-
@apply first:mt-0 last:mb-0;
179-
}
177+
}
178+
179+
.alert.alert p {
180+
@apply first:mt-0 last:mb-0;
180181
}
181182

182183
.alert.alert--secondary::before {

0 commit comments

Comments
 (0)