We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eade6d commit 42e0286Copy full SHA for 42e0286
1 file changed
packages/common/qds-core/src/divider/qds-divider.css
@@ -23,9 +23,8 @@
23
24
&[aria-orientation="vertical"] {
25
border-left: solid 1px var(--divider-border-color);
26
- height: 100%;
27
margin: 0 8px;
28
- min-height: 4px;
+ min-height: 100%;
29
width: unset;
30
}
31
0 commit comments