ui: changing style spaces
This commit is contained in:
parent
5b6e9ab7e0
commit
e365b7b14f
1 changed files with 5 additions and 4 deletions
|
|
@ -408,12 +408,13 @@ svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body p {
|
.markdown-body p {
|
||||||
margin: 0!important;
|
margin-top: 6px!important;
|
||||||
|
margin-bottom: 6px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body ul {
|
.markdown-body ul, .markdown-body ol {
|
||||||
margin-top: 4px!important;
|
margin-top: 6px!important;
|
||||||
margin-bottom: 4px!important;
|
margin-bottom: 6px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body ul {
|
.markdown-body ul {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue