Skip to content

Commit 3ce2d16

Browse files
committed
Merge pull request #18 from sg00dwin/label-margin-fix
Move multiple filter spacing from margin-left to margin-right so that…
2 parents fb63fc3 + 45768dc commit 3ce2d16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/labelFilter.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
[data-value] {
9090
padding: 0 6px; // prevent text jump when
9191
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
92-
.selectize-border-radius(1px);
92+
.selectize-border-radius(2px);
9393
.selectize-vertical-gradient(@selectize-color-item, @selectize-color-item);
9494
}
9595
}
@@ -184,6 +184,7 @@
184184
.label {
185185
background: @selectize-active-label-bg;
186186
display: inline-block;
187+
border-radius: 2px;
187188
font-weight: normal;
188189
padding-bottom: .3em;
189190
padding-top: .3em;

0 commit comments

Comments
 (0)