mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Adds font-size to ol to ensure that they are uniform.
Fixes #643 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
03eb63ec77
commit
937d2cd55c
@ -549,7 +549,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
.content {
|
.content {
|
||||||
padding: $-s;
|
padding: $-s;
|
||||||
font-size: 0.666em;
|
font-size: 0.666em;
|
||||||
p, ul {
|
p, ul, ol {
|
||||||
font-size: $fs-m;
|
font-size: $fs-m;
|
||||||
margin: .5em 0;
|
margin: .5em 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user