mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 15:18:38 -04:00
Fix markdown styles conflicting bootstrap on p and ul under alert area
This commit is contained in:
parent
215b5baa9f
commit
250b462249
1 changed files with 6 additions and 1 deletions
|
@ -129,3 +129,8 @@
|
||||||
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…
Add table
Add a link
Reference in a new issue