mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Merge pull request #644 from Abijeet/bug-643
Adds font-size to ol to ensure that they are uniform.
This commit is contained in:
commit
7bb336d1a8
@ -549,7 +549,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
||||
.content {
|
||||
padding: $-s;
|
||||
font-size: 0.666em;
|
||||
p, ul {
|
||||
p, ul, ol {
|
||||
font-size: $fs-m;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user