From 276d917f86e27a610e096397831a32f826d4b411 Mon Sep 17 00:00:00 2001 From: Ilias Ismanalijev Date: Mon, 9 Dec 2013 21:50:03 +0100 Subject: [PATCH] allow grouped buttons in actions --- src/elements/input.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/elements/input.less b/src/elements/input.less index 16ddf14f1..262207b3c 100755 --- a/src/elements/input.less +++ b/src/elements/input.less @@ -286,14 +286,16 @@ border-bottom-right-radius: 0px !important; border-right: none; } -.ui.action.input > .button { +.ui.action.input > .button, +.ui.action.input > .buttons, { display: table-cell; border-top-left-radius: 0px; border-bottom-left-radius: 0px; white-space: nowrap; } -.ui.action.input > .button > .icon { +.ui.action.input > .button > .icon, +.ui.action.input > .buttons > .button > .icon { display: inline; vertical-align: top; }