Skip to content

Commit

Permalink
Merge pull request selectize#18 from sg00dwin/label-margin-fix
Browse files Browse the repository at this point in the history
Move multiple filter spacing from margin-left to margin-right so that…
  • Loading branch information
jwforres committed Oct 20, 2015
2 parents fb63fc3 + 45768dc commit 3ce2d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/labelFilter.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
[data-value] {
padding: 0 6px; // prevent text jump when
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
.selectize-border-radius(1px);
.selectize-border-radius(2px);
.selectize-vertical-gradient(@selectize-color-item, @selectize-color-item);
}
}
Expand Down Expand Up @@ -184,6 +184,7 @@
.label {
background: @selectize-active-label-bg;
display: inline-block;
border-radius: 2px;
font-weight: normal;
padding-bottom: .3em;
padding-top: .3em;
Expand Down

0 comments on commit 3ce2d16

Please sign in to comment.