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 Oct 17, 2020
1 parent 5c2ea1b commit 7404745
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 7404745

Please sign in to comment.