From b8114f6569329ff7b84a345f8e9d96f2258960b2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Aug 2018 16:18:41 -0400 Subject: [PATCH] fixing the checkboxes from floating to the right next to the rest of the fields clearning the floating checkbox fields so they don't go off to the side of the page --- css/admin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 4a28958..04279db 100644 --- a/css/admin.css +++ b/css/admin.css @@ -19,8 +19,10 @@ } } .glm-custom-field-checkbox-wrapper{ - display: inline-block; + display: block; + clear: both; } .glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-label, .glm-custom-field-checkbox-wrapper .glm-custom-field-checkbox-field{ float: left; + padding: 10px 0; } \ No newline at end of file -- 2.17.1