From b9e9e820d8fde8fff1d6a31c7c22e98c11a07827 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Fri, 15 May 2015 15:20:10 -0400 Subject: [PATCH] Revert long label filter fix The horizontal scrollbar doesn't behave on all platforms is always visible. --- labelFilter.css | 2 -- styles/labelFilter.less | 2 -- 2 files changed, 4 deletions(-) diff --git a/labelFilter.css b/labelFilter.css index 6a2b350..c56016f 100644 --- a/labelFilter.css +++ b/labelFilter.css @@ -430,10 +430,8 @@ .filter .navbar-filter-widget .label-filter { background: #ffffff; float: left; - max-width: 100%; min-width: 250px; min-height: 41px; - overflow-x: scroll; border: 1px solid #b7b7b7; border-radius: 1px; } diff --git a/styles/labelFilter.less b/styles/labelFilter.less index d23f6dc..7deabd4 100644 --- a/styles/labelFilter.less +++ b/styles/labelFilter.less @@ -106,10 +106,8 @@ .label-filter { background: @navbar-label-filter-bg; float: left; - max-width: 100%; min-width: @label-filter-default-width; min-height: @navbar-input-height; - overflow-x: scroll; border: @navbar-menu-border; border-radius: @selectize-border-radius; .selectize-control {