Skip to content

Commit

Permalink
Merge pull request #712 from nextcloud/fix/noissue/muliselect-linebre…
Browse files Browse the repository at this point in the history
…ak-on-mobile

🐛 FIX: allow proper linebreak in multiselect for narrow mobile screens
  • Loading branch information
skjnldsv authored Oct 19, 2020
2 parents 06f5ad8 + 28f0f3c commit f6812c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Multiselect/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
cursor: pointer;
position: relative;
border-radius: 3px;
height: 34px;
min-height: 34px;
/* tag wrapper */
.multiselect__tags-wrap {
align-items: center;
Expand Down

0 comments on commit f6812c3

Please sign in to comment.