From aec6cd4045a49c3aa5b0f8194658726c61b75094 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 11 Jan 2017 14:39:04 -0800 Subject: fix margin in editor UI --- system/admin/static/dashboard/css/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'system/admin') diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 83e53d8..f986fbe 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -193,6 +193,7 @@ li:hover .quick-delete-post, li:hover .delete-user { tr.default-fields, tr.editor-fields { margin-top: 20px; + margin-bottom: 20px; } /* OVERRIDE Bootstrap + Materialize conflicts */ -- cgit v1.2.3