diff --git a/frappe/public/less/list.less b/frappe/public/less/list.less index 3e6a598d71..4c542b85d0 100644 --- a/frappe/public/less/list.less +++ b/frappe/public/less/list.less @@ -45,12 +45,15 @@ .set-filters .btn-group { margin-right: 10px; + white-space: nowrap; + font-size: 0; } .set-filters .btn-group .btn-default { background-color: transparent; border: 1px solid @border-color; color: @text-muted; + float: none; } .filter-box { @@ -630,4 +633,4 @@ .frappe-timestamp { white-space: nowrap; -} \ No newline at end of file +}