Skip to content

Commit

Permalink
Removes unnecessary margin:0 on heading
Browse files Browse the repository at this point in the history
  • Loading branch information
planktonic committed May 15, 2024
1 parent e32ffb3 commit 71206b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scss/bitstyles/organisms/section-header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ $padding-property-name: design-token.get('section-header', 'padding');

#{classname.get($classname-items: 'section-header__heading', $layer: 'organism')} {
min-width: 0;
margin: 0;
}

#{classname.get($classname-items: 'section-header__label', $layer: 'organism')} {
Expand Down
1 change: 0 additions & 1 deletion test/scss/fixtures/bitstyles-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,6 @@ table {
padding: var(--bscpn-section-header-padding);
}
.bs-or-section-header__heading {
margin: 0;
min-width: 0;
}
.bs-or-section-header__label {
Expand Down
1 change: 0 additions & 1 deletion test/scss/fixtures/bitstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,6 @@ table {
padding: var(--bs-section-header-padding);
}
.o-section-header__heading {
margin: 0;
min-width: 0;
}
.o-section-header__label {
Expand Down

0 comments on commit 71206b5

Please sign in to comment.