From 8477858f4be8202a24f185439595e5aec1806365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ba=C5=9F?= Date: Fri, 2 Nov 2018 18:08:30 +0300 Subject: [PATCH] Some filter css modify --- public/css/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index e34fe3174..37cbf2d0b 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -853,6 +853,15 @@ input[type="number"] { margin-top: -2px; } +.box-filter .select2-container--default .select2-selection--multiple .select2-selection__choice { + margin-top: 3px; +} +.box-filter .select2.select2-container .select2-selection__choice { + font-size: 13px !important; + margin-top: 4px; + margin-bottom: -1px !important; +} + .box-filter .select2-container .select2-selection--multiple { min-height: 30px !important; }