mirror of
https://github.com/status-im/codimd.git
synced 2025-02-03 23:43:28 +00:00
Fix markdown styles conflicting bootstrap on p and ul under alert area
This commit is contained in:
parent
215b5baa9f
commit
250b462249
@ -128,4 +128,9 @@
|
|||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
white-space: -o-pre-wrap; /* Opera 7 */
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body .alert > p,
|
||||||
|
.markdown-body .alert > ul {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user