diff --git a/css/UserForm_cms.css b/css/UserForm_cms.css index 1fa72a5..0255eeb 100644 --- a/css/UserForm_cms.css +++ b/css/UserForm_cms.css @@ -1,6 +1,9 @@ /** * Styles for cms */ +.cms .uf-field-editor { + padding-bottom: 0; +} .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item, .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item:hover { background: white; } diff --git a/scss/UserForm_cms.scss b/scss/UserForm_cms.scss index ca1e862..6d66efb 100644 --- a/scss/UserForm_cms.scss +++ b/scss/UserForm_cms.scss @@ -4,7 +4,8 @@ .cms { .uf-field-editor { - + padding-bottom: 0; + // Row styles table.ss-gridfield-table { // Standard rows