Skip to content

Commit 010146f

Browse files
committed
✨ feat(default.scss): Remove margins from label HTML element
1 parent cc8c2cb commit 010146f

7 files changed

+3
-7
lines changed

dist/cirrus-all.css

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ textarea {
231231
/* Base styling for labels */
232232
label {
233233
display: inline-block;
234-
margin: 0.25rem 0;
235234
}
236235

237236
/* Base styling for fieldsets */

dist/cirrus-all.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cirrus-core.css

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ textarea {
230230
/* Base styling for labels */
231231
label {
232232
display: inline-block;
233-
margin: 0.25rem 0;
234233
}
235234

236235
/* Base styling for fieldsets */

dist/cirrus-core.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cirrus.css

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ textarea {
231231
/* Base styling for labels */
232232
label {
233233
display: inline-block;
234-
margin: 0.25rem 0;
235234
}
236235

237236
/* Base styling for fieldsets */

dist/cirrus.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/base/default.scss

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ $generate-reset: should-generate-classes($RESET);
146146
/* Base styling for labels */
147147
label {
148148
display: inline-block;
149-
margin: 0.25rem 0;
150149
}
151150

152151
/* Base styling for fieldsets */

0 commit comments

Comments
 (0)