Greenwich - fix list margin added by some cms themes
authorColeman Watts <coleman@civicrm.org>
Tue, 19 Jan 2021 16:29:17 +0000 (11:29 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 19 Jan 2021 16:33:41 +0000 (11:33 -0500)
ext/greenwich/scss/_tweaks.scss

index fe3a79d1cf7d5f553635b0d54ee7804e739b3e53..8c00681f153ee1359d24e2f254724dbbf8d5e8f8 100644 (file)
@@ -1,3 +1,9 @@
+/* Fix some cms themes which add margin to lists */
+ul, ol {
+  margin-left: 0;
+  margin-right: 0;
+}
+
 /* Supports adding form-control class to the checkbox-inline class to achieve an outer border around the checkbox&label */
 .form-control.checkbox-inline > label {
   margin-left: 9px;