Skip to content

Commit e781b58

Browse files
committed
fix(rollup): corrected selector nesting
1 parent 808e1a9 commit e781b58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/components/src/components/header/header.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,15 @@
107107

108108
.db-header-action-container {
109109
@include helpers.divider("left");
110+
@include screen-sizes.screen("md") {
111+
&::before {
112+
margin-inline-end: variables.$db-spacing-fixed-sm;
113+
}
114+
}
110115

111116
&::before {
112117
position: inherit;
113118
block-size: 100%;
114-
115-
@include screen-sizes.screen("md") {
116-
margin-inline-end: variables.$db-spacing-fixed-sm;
117-
}
118119
}
119120
}
120121

0 commit comments

Comments
 (0)