Skip to content

Commit 7e152a4

Browse files
committed
Add to hidden
1 parent 29d0bff commit 7e152a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/ToggleSwitch/ToggleSwitch.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
.StatusTextItem {
4949
display: block;
5050
text-align: right;
51-
overflow: hidden;
5251
}
5352

5453
.StatusTextItem:where([data-hidden='true']) {
5554
visibility: hidden;
5655
height: 0;
56+
overflow: hidden;
5757
}
5858

5959
.SwitchButton {

0 commit comments

Comments
 (0)