Skip to content

Commit

Permalink
fix(core): fix CSS regressions on multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 14, 2017
1 parent 26042ec commit d41318f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/scripts/modules/core/modal/modals.less
Expand Up @@ -333,7 +333,9 @@ abbr.select2-search-choice-close {
background-image: none;
background-color: transparent;
box-shadow: none;
div, span span {
div, span {
cursor: text;
user-select: auto;
padding: 5px;
width: calc(~"100% - 40px");
display: inline-block;
Expand Down

0 comments on commit d41318f

Please sign in to comment.