Merge pull request #644 from Abijeet/bug-643

Adds font-size to ol to ensure that they are uniform.
This commit is contained in:
Dan Brown 2017-12-30 12:41:13 +00:00 committed by GitHub
commit 7bb336d1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}