From 74ee6fd0d4b62864f7abf02654da842358119f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 3 Feb 2021 18:27:37 +0300 Subject: [PATCH] fixed user > company selected style --- public/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 1f1771521..8ba877a0f 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1465,6 +1465,6 @@ table .align-items-center td span.badge { display: none !important; } -#form-select-companies span.el-tag.el-tag--info.el-tag--small.el-tag--light.v-enter-to { +#form-select-companies span.el-tag.el-tag--info.el-tag--small.el-tag--light { margin-top: -50px !important; }