From c05133874d38b7f3497cf212ce3fdc749e46f2b3 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 16 Apr 2015 11:50:41 -0400 Subject: [PATCH] #2117 #2096 backports fluid input fix to 1.x channel --- src/definitions/elements/input.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 3255f1cf0..cc74c05f1 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -397,7 +397,7 @@ ---------------------*/ .ui.fluid.input { - display: block; + display: flex; } /*--------------------