Skip to content

Commit

Permalink
✨ feat(default.scss): Remove margins from label HTML element
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Nov 13, 2022
1 parent cc8c2cb commit 010146f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ textarea {
/* Base styling for labels */
label {
display: inline-block;
margin: 0.25rem 0;
}

/* Base styling for fieldsets */
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ textarea {
/* Base styling for labels */
label {
display: inline-block;
margin: 0.25rem 0;
}

/* Base styling for fieldsets */
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ textarea {
/* Base styling for labels */
label {
display: inline-block;
margin: 0.25rem 0;
}

/* Base styling for fieldsets */
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/base/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ $generate-reset: should-generate-classes($RESET);
/* Base styling for labels */
label {
display: inline-block;
margin: 0.25rem 0;
}

/* Base styling for fieldsets */
Expand Down

0 comments on commit 010146f

Please sign in to comment.