From 1a759c009476d25ab1869dcd78e485108a4d9dce Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 3 Aug 2018 12:44:02 -0400 Subject: [PATCH] un bold field names Remove the bold from field names. --- css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index cdd8308..9973263 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2,7 +2,7 @@ padding: 0 5px 10px 5px; } .glm-admin-custom-fields .glm-custom-field-label{ - font-weight: bold; + font-weight: normal; line-height: 1; } .glm-admin-custom-fields .glm-input-wrapper{ -- 2.17.1