Skip to content

Commit d58320b

Browse files
authored
fix(ui5-checkbox): fIx checkbox width in ie11
1 parent a0458b5 commit d58320b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/themes-next/CheckBox.css

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ ui5-checkbox {
1010
max-width: 100%;
1111
}
1212

13+
span[data-sap-ui-wc-root] {
14+
display: inline-block;
15+
}
16+
1317
.ui5-checkbox-wrapper {
1418
min-height: var(--_ui5_checkbox_width_height);
1519
min-width: var(--_ui5_checkbox_width_height);

0 commit comments

Comments
 (0)