From fece5039255c5277b48d6f14de6d3cf28244b119 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 2 Aug 2018 15:29:02 -0400 Subject: [PATCH] Add padding to custom field fieldsets --- css/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/admin.css b/css/admin.css index b7709a0..f78a964 100644 --- a/css/admin.css +++ b/css/admin.css @@ -226,6 +226,7 @@ input::placeholder { } #glm-table-profile #glm-members-custom-fields-glm-member-db-contacts fieldset { background: #f8ffff; + padding: 10px; } #glm-table-profile fieldset legend { text-decoration: underline; -- 2.17.1