Skip to content

Commit

Permalink
Merge pull request jquense#320 from jon-bloomerang/multiselect-chrome…
Browse files Browse the repository at this point in the history
…-clicktarget

Removing floats and inlining taglist ul to fix click target issue
  • Loading branch information
jquense committed Feb 15, 2016
2 parents 6efdd12 + 7a17cb6 commit c664145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.list-inline() {
.list-unstyled();
display: inline;

> li {
display: inline-block;
Expand Down Expand Up @@ -95,4 +96,4 @@
}
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
}
}
5 changes: 1 addition & 4 deletions src/less/multiselect.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

> .rw-input {
.placeholder();
float: left;
outline: 0;
border-width: 0;
line-height: normal;
Expand Down Expand Up @@ -49,13 +48,11 @@
padding-right: 0;

> li {
float: left;
display: inline-block;
margin: 1px;
padding: 0.214em 0.15em 0.214em 0.4em;
line-height: 1.4em;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border-radius: @border-radius-sm;
border: 1px solid @btn-border;
Expand Down Expand Up @@ -86,4 +83,4 @@
float: right;
}

}
}

0 comments on commit c664145

Please sign in to comment.