Skip to content

Commit cd47bf6

Browse files
committed
Merge pull request #17 from sg00dwin/label-margin-fix
Move multiple filter spacing from margin-left to margin-right so that…
2 parents 841c392 + a22d94a commit cd47bf6

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

styles/labelFilter.less

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
font-weight: normal;
188188
padding-bottom: .3em;
189189
padding-top: .3em;
190+
margin-left: 0;
190191
margin-right: 3px;
191192
max-width: 350px;
192193
word-wrap: break-word;
@@ -207,25 +208,3 @@
207208
}
208209
}
209210
}
210-
211-
@media (min-width: @screen-md-min) {
212-
.filter {
213-
.active-filters {
214-
margin-top: 0;
215-
.label-filter-active-filters {
216-
:first-child {
217-
margin-right: 0;
218-
}
219-
.label {
220-
+.label {
221-
margin-left: 3px;
222-
margin-top: 2px;
223-
margin-right: 0;
224-
}
225-
}
226-
}
227-
}
228-
}
229-
}
230-
231-

0 commit comments

Comments
 (0)