Skip to content

Commit 1cbddd6

Browse files
committed
Reset margin for p tags under a message box
1 parent a25d6f4 commit 1cbddd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/messages.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $error: #BF433A;
1717
// Prevent our custom styles being overwritten if a div
1818
// has markdownenabled="1"
1919
color: $info;
20+
margin: unset;
2021
}
2122
}
2223

@@ -30,5 +31,6 @@ $error: #BF433A;
3031
// Prevent our custom styles being overwritten if a div
3132
// has markdownenabled="1"
3233
color: $error;
34+
margin: unset;
3335
}
3436
}

0 commit comments

Comments
 (0)