Skip to content

Commit

Permalink
fix(ui5-multi-cbx): remove horizontal scrollbar (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Mar 19, 2020
1 parent 1f76a71 commit 05175c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/main/src/themes/Tokenizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
display: flex;
flex-wrap: nowrap;
align-items: center;
overflow: auto;
}

.ui5-tokenizer--content.ui5-tokenizer-nmore--content {
Expand All @@ -52,7 +53,8 @@
}

:host([expanded]) .ui5-tokenizer--content {
overflow: auto;
overflow: hidden;
justify-content: flex-end;
}

::slotted(ui5-token) {
Expand Down

0 comments on commit 05175c4

Please sign in to comment.