Skip to content

Commit

Permalink
style: fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Jan 30, 2024
1 parent 98d2e7a commit 9242911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

// Fix left offset if first element of the header is a sbb-header-button/sbb-header-link.
// The value of the offset is calculated inside sbb-header-button/sbb-header-link styles.
::slotted(:is(sbb-header-button:first-child, sbb-header-link:first-child)) {
::slotted(:is(sbb-header-button, sbb-header-link):first-child) {
margin-inline-start: var(--sbb-header-first-item-margin-inline-start);
}

Expand Down

0 comments on commit 9242911

Please sign in to comment.