Fixed minor CSS issue.

This commit is contained in:
Sipke Schoorstra
2015-04-17 15:04:56 +02:00
parent dea42e518b
commit a93cc9cdbc

View File

@@ -13,6 +13,6 @@
width: 100%;
}
.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element .form-field-element-enumeration ol {
.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element.form-field-element-enumeration ol {
list-style: none;
}