Browse Source

Merge pull request #2607 from Automattic/update/spearhead-widgets

Spearhead: Remove the margins from lists in widgets
Jeff Ong 4 years ago
parent
commit
d2140324ae
4 changed files with 12 additions and 0 deletions
  1. 4 0
      spearhead/assets/sass/_meta.scss
  2. 4 0
      spearhead/style-rtl.css
  3. 4 0
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 4 - 0
spearhead/assets/sass/_meta.scss

@@ -3,3 +3,7 @@
     padding-top: 0;
     border: none;
 }
+
+.widget ul {
+	padding: 0;
+}

+ 4 - 0
spearhead/style-rtl.css

@@ -518,4 +518,8 @@ ul.wp-block-categories,
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	padding-top: 0;
 	border: none;
+}
+
+.widget ul {
+	padding: 0;
 }

+ 4 - 0
spearhead/style.css

@@ -520,4 +520,8 @@ ul.wp-block-categories,
 	border: none;
 }
 
+.widget ul {
+	padding: 0;
+}
+
 /*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff