Skip to content

Commit

Permalink
fix(ui5-multi-combobox): fix width in IE (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored and ilhan007 committed Nov 5, 2020
1 parent 3a3c52f commit 92c903f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/themes/MultiComboBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
}

/* Workaround for IE */
[ui5-multi-combobox] {
width: 100%;
}

[ui5-multi-combobox] [ui5-tokenizer] {
flex: 3;
}

0 comments on commit 92c903f

Please sign in to comment.