From b13c972c3d0b26d922dc642f3c73aff4d628fd3c Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Fri, 28 Jul 2017 14:39:47 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20the=20changes=20and=20increase=20the?= =?UTF-8?q?=20selector=E2=80=99s=20specificity.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/definitions/modules/dropdown.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 4621c12d9..d5e61f3a9 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -181,8 +181,8 @@ margin: @menuDividerMargin; } -.ui.dropdown .menu > .input { - width: auto !important; +.ui.dropdown.dropdown .menu > .input { + width: auto; display: flex; margin: @menuInputMargin; min-width: @menuInputMinWidth;