Skip to content

Commit

Permalink
removed fixin style for paper item in list wrapper to fix IE select b…
Browse files Browse the repository at this point in the history
…ox issue
  • Loading branch information
marko911 committed Apr 13, 2017
1 parent 2564555 commit 651e1d0
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions etools-searchable-multiselection-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,15 @@
}

.list-wrapper paper-item:not(.warning) {
--paper-item: {
padding: 0 16px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
display: inline-block;
line-height: 48px;
width: 100%;
}
padding: 0 16px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
display: inline-block;
line-height: 48px;
width: 100%;
}
.tick-icon {
display: none;
Expand Down

0 comments on commit 651e1d0

Please sign in to comment.