From 9127f51c94fd628a843f929f7d32c219b2eb7d76 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 16 Feb 2015 18:29:21 -0500 Subject: [PATCH] Fixes #793 #1506 #1693 - Fixes fluid flex --- src/definitions/elements/input.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 4848a3b50..aba5e37ee 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -372,11 +372,7 @@ /* Fluid */ .ui.fluid.action.input { - display: table; - width: 100%; -} -.ui.fluid.action.input > .button { - width: 0.01%; + display: flex; } /* Button on Right */