mirror of https://github.com/status-im/codimd.git
Fix markdown styles conflicting bootstrap on p and ul under alert area
This commit is contained in:
parent
215b5baa9f
commit
250b462249
|
@ -129,3 +129,8 @@
|
|||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
}
|
||||
|
||||
.markdown-body .alert > p,
|
||||
.markdown-body .alert > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue