From 6fdea06284b21b537652c0a3c141f70d7a64682e Mon Sep 17 00:00:00 2001 From: githubjeka Date: Wed, 31 May 2017 10:56:27 +0300 Subject: [PATCH] Fix width for select filter --- resources/common/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/common/css/main.css b/resources/common/css/main.css index 210cbaf..b03c422 100644 --- a/resources/common/css/main.css +++ b/resources/common/css/main.css @@ -50,7 +50,7 @@ } .table-filter { - width: auto; + width: auto!important; } .select-form {