From 70b5a37f51da60012cfdc394c5e1e42133fd85fa Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:25:32 -0500 Subject: [PATCH] Inputs: fixes #483 fixes display of fluid action inputs --- src/elements/input.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/elements/input.less b/src/elements/input.less index f94f38461..fa16bb04b 100755 --- a/src/elements/input.less +++ b/src/elements/input.less @@ -300,6 +300,14 @@ vertical-align: top; } +.ui.fluid.action.input { + display: table; + width: 100%; +} +.ui.fluid.action.input .button { + width: 0.01%; +} + /*-------------------- Fluid ---------------------*/