From 06e5bc92728b59ba95363e08deb9b0860f3904c2 Mon Sep 17 00:00:00 2001 From: lubber-de Date: Sat, 30 Mar 2019 00:58:53 +0100 Subject: [PATCH] fix(button): Fix padding for compact labeled icon button --- src/definitions/elements/button.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index 6466415b9a..f6cad57651 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -656,6 +656,10 @@ .ui.compact.labeled.icon.button { padding: @compactVerticalPadding (@compactHorizontalPadding + @labeledIconWidth) ( @compactVerticalPadding + @shadowOffset ); } +.ui.compact.labeled.icon.buttons .button > .icon, +.ui.compact.labeled.icon.button > .icon { + padding: @compactVerticalPadding 0 @compactVerticalPadding 0; +} /*------------------- Sizes