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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue