From 38300edd19fe2114da93a52c0225d16416d4776f Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 23 Jun 2015 17:37:36 -0400 Subject: [PATCH] #2445 add width: auto to input in dropdown. --- src/definitions/modules/dropdown.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 8c27bd2fd..9d07decac 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -181,6 +181,7 @@ } .ui.dropdown .menu > .input { + width: auto; display: flex; margin: @menuInputMargin; min-width: @menuInputMinWidth;