From 28261ed82fca587cc1e8d8cf8a1e2c063eddb7a9 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:26:21 -0500 Subject: [PATCH] Fixes specificity of button #483 --- src/elements/input.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elements/input.less b/src/elements/input.less index fa16bb04b..d8ca339a7 100755 --- a/src/elements/input.less +++ b/src/elements/input.less @@ -304,7 +304,7 @@ display: table; width: 100%; } -.ui.fluid.action.input .button { +.ui.fluid.action.input > .button { width: 0.01%; }