From 3f1d08a92f72a3b37619ea5c5c681fb6e94aa673 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 1 Apr 2015 20:31:34 -0400 Subject: [PATCH] Fix input in dropdown --- 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 bba15d0e3..5145011b4 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -177,7 +177,7 @@ } .ui.dropdown .menu > .input { - display: block; + display: flex; margin: @menuInputMargin; min-width: @menuInputMinWidth; }