diff --git a/frappe/public/less/filters.less b/frappe/public/less/filters.less index c419d49e47..cf25e0599d 100644 --- a/frappe/public/less/filters.less +++ b/frappe/public/less/filters.less @@ -1,4 +1,4 @@ -@import 'variables'; +@import 'common'; .active-tag-filters { .add-filter, .filter-tag { @@ -6,6 +6,11 @@ } } +.toggle-filter { + max-width: 200px !important; + .ellipsis; +} + .active-tag-filters .btn-group { white-space: nowrap; font-size: 0;