Add a bit of spacing in infinite listview editing

This commit is contained in:
Kenn Jacobsen
2020-05-25 10:54:54 +02:00
committed by Sebastiaan Janssen
parent a7b0a75e5d
commit b38cf41752

View File

@@ -210,10 +210,16 @@ h6.-black {
clear: both;
}
}
.umb-editor--infiniteMode .umb-control-group .control-header {
padding-bottom: 5px;
}
.form-horizontal .umb-control-group .control-header {
float: left;
width: 160px;
padding-top: 5px;
padding-bottom: 0;
text-align: left;
.control-label {