From: Anthony Talarico Date: Fri, 3 Aug 2018 20:18:41 +0000 (-0400) Subject: fixing the checkboxes from floating to the right next to the rest of the fields X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b8114f6569329ff7b84a345f8e9d96f2258960b2;p=WP-Plugins%2Fglm-member-db-fields.git 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 --- 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