From 45b00b9fb930a19faba2bb60ce7586a86e235024 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 26 Jan 2015 12:02:52 -0500 Subject: [PATCH] #1709, force table-cell on ui labeled input, ui action input --- src/definitions/elements/input.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 68f78e660..81be824bf 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -282,7 +282,7 @@ vertical-align: top; } .ui.labeled.input > .label { - display: table-cell; + display: table-cell !important; vertical-align: middle; white-space: nowrap; font-size: 1em; @@ -363,7 +363,7 @@ } .ui.action.input > .button, .ui.action.input > .buttons { - display: table-cell; + display: table-cell !important; vertical-align: middle; white-space: nowrap; padding-top: @verticalPadding;