Hide the preset form div if there are no fields in it

This commit is contained in:
Bryan Housel
2017-08-01 13:04:33 -04:00
parent 3de93caff4
commit ea93ecdbdc

View File

@@ -1039,6 +1039,10 @@ button.save.has-count .count::before {
border-radius: 8px;
}
.inspector-preset .preset-form:empty {
display: none;
}
.entity-editor-pane .preset-list-item .preset-list-button-wrap {
margin-bottom: 0;
}