From d819d74132cefca9aef5cd942c6f877772dd6e2e Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 1 Oct 2014 09:12:28 -0400 Subject: [PATCH] #1134 issue with ui input not having valign but using table-cell --- src/definitions/elements/input.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 5ab640c7e..95ca39b32 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -265,6 +265,7 @@ .ui.action.input > input { display: table-cell; + vertical-align: top; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; border-right: none; @@ -272,7 +273,7 @@ .ui.action.input > .button, .ui.action.input > .buttons { display: table-cell; - + vertical-align: top; border-top-left-radius: 0px; border-bottom-left-radius: 0px; white-space: nowrap;