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

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