From dfc7599f6b9c6c730d6f750fb17105775c6aad35 Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Tue, 28 Feb 2017 04:43:58 +0300 Subject: [PATCH 1/2] =?UTF-8?q?The=20width=20of=20inputs=20that=20are=20in?= =?UTF-8?q?side=20of=20a=20dropdown=E2=80=99s=20`.menu`=20should=20never?= =?UTF-8?q?=20be=20overridden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/definitions/modules/dropdown.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 28dc67d242..4621c12d92 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -182,7 +182,7 @@ } .ui.dropdown .menu > .input { - width: auto; + width: auto !important; display: flex; margin: @menuInputMargin; min-width: @menuInputMinWidth; From b13c972c3d0b26d922dc642f3c73aff4d628fd3c Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Fri, 28 Jul 2017 14:39:47 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20the=20changes=20and=20increase=20t?= =?UTF-8?q?he=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 4621c12d92..d5e61f3a9b 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;