Skip to content

Commit 304c303

Browse files
committed
Be exact about the styles we want in these overrides
1 parent 1cbddd6 commit 304c303

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_sass/messages.scss

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

@@ -31,6 +32,7 @@ $error: #BF433A;
3132
// Prevent our custom styles being overwritten if a div
3233
// has markdownenabled="1"
3334
color: $error;
34-
margin: unset;
35+
margin: 0;
36+
font-size: 1rem;
3537
}
3638
}

0 commit comments

Comments
 (0)