fixing the checkboxes from floating to the right next to the rest of the fields
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:18:41 +0000 (16:18 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:18:41 +0000 (16:18 -0400)
clearning the floating checkbox fields so they don't go off to the side of the page

css/admin.css

index 4a28958..04279db 100644 (file)
     }
 }
 .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