Skip to content

Commit 95eab3f

Browse files
committed
fix: rule extension
1 parent 703652b commit 95eab3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/styles/src/pseudos/_rule.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// @defaults margin
2424
& {
2525
height: 2px;
26-
width: calc(100% + 1rem);
26+
width: auto;
2727
margin: 0 -0.4rem;
2828
}
2929
}
@@ -57,8 +57,7 @@
5757
// @defaults margin
5858
& {
5959
width: 2px;
60-
height: 100%;
61-
height: calc(100% + 1rem);
60+
height: auto;
6261
margin: -0.4rem 0;
6362
}
6463
}

0 commit comments

Comments
 (0)