From ea93ecdbdce12cccacea42294a71c037550e0ca1 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 1 Aug 2017 13:04:33 -0400 Subject: [PATCH] Hide the preset form div if there are no fields in it --- css/80_app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index da31692a2..edd94ac5b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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; }