Skip to content

Commit 42e0286

Browse files
committed
fix(divider): use min-height for flex container compat in vertical orientation
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent 8eade6d commit 42e0286

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/common/qds-core/src/divider/qds-divider.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323

2424
&[aria-orientation="vertical"] {
2525
border-left: solid 1px var(--divider-border-color);
26-
height: 100%;
2726
margin: 0 8px;
28-
min-height: 4px;
27+
min-height: 100%;
2928
width: unset;
3029
}
3130

0 commit comments

Comments
 (0)