Merge pull request #2221 from awesomerobot/master
fixing blockquotes in composer preview
This commit is contained in:
commit
554485cf87
|
@ -488,6 +488,7 @@ div.ac-wrap {
|
||||||
p {
|
p {
|
||||||
margin-top: 19px;
|
margin-top: 19px;
|
||||||
}
|
}
|
||||||
|
blockquote p:first-of-type {margin-top: 0px;}
|
||||||
}
|
}
|
||||||
#wmd-input, #wmd-preview-scroller {
|
#wmd-input, #wmd-preview-scroller {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue