From a22d94a1459a42881c49e6a18ae4044f2b48ee06 Mon Sep 17 00:00:00 2001 From: Steve Goodwin Date: Tue, 20 Oct 2015 14:18:49 -0400 Subject: [PATCH] Move multiple filter spacing from margin-left to margin-right so that they are left aligned when wrapped. --- styles/labelFilter.less | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/styles/labelFilter.less b/styles/labelFilter.less index b638098..e7d6b68 100644 --- a/styles/labelFilter.less +++ b/styles/labelFilter.less @@ -187,6 +187,7 @@ font-weight: normal; padding-bottom: .3em; padding-top: .3em; + margin-left: 0; margin-right: 3px; max-width: 350px; word-wrap: break-word; @@ -207,25 +208,3 @@ } } } - -@media (min-width: @screen-md-min) { - .filter { - .active-filters { - margin-top: 0; - .label-filter-active-filters { - :first-child { - margin-right: 0; - } - .label { - +.label { - margin-left: 3px; - margin-top: 2px; - margin-right: 0; - } - } - } - } - } -} - -