From dfc7599f6b9c6c730d6f750fb17105775c6aad35 Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Tue, 28 Feb 2017 04:43:58 +0300 Subject: [PATCH] =?UTF-8?q?The=20width=20of=20inputs=20that=20are=20inside?= =?UTF-8?q?=20of=20a=20dropdown=E2=80=99s=20`.menu`=20should=20never=20be?= =?UTF-8?q?=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 28dc67d24..4621c12d9 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;