Commit c984c64b authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[Markdown] some styling fixes to ul/ol elements

parent 9249aba2
......@@ -6,8 +6,15 @@
width: 40%;
}
.markdown-editor .html {
margin-left: 25px;
padding-left: 25px;
width: 60%;
padding-left: 10px;
}
.markdown-editor .html ul li {
list-style: disc !important;
}
.markdown-editor .html ol li {
list-style: decimal !important;
}
/*# sourceMappingURL=MarkdownEditor.css.map */
......@@ -4,5 +4,12 @@
.md
width: 40%
.html
margin-left: 25px
padding-left: 25px
width: 60%
padding-left: 10px
ul
li
list-style: disc !important
ol
li
list-style: decimal !important
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment