Skip to content

Commit af0785c

Browse files
authoredAug 19, 2020
fix(ui5-multi-combobox): fix width in IE (#2104)
1 parent 4d27065 commit af0785c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎packages/main/src/themes/MultiComboBox.css

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
}
2424

2525
/* Workaround for IE */
26+
[ui5-multi-combobox] {
27+
width: 100%;
28+
}
29+
2630
[ui5-multi-combobox] [ui5-tokenizer] {
2731
flex: 3;
2832
}

0 commit comments

Comments
 (0)
Please sign in to comment.