From 8c06175c523eb451cc78337bbb92ba4bb90388c6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 27 May 2025 20:36:59 +0300 Subject: [PATCH] style(next)/action buttons: fix a bug --- apps/client/src/stylesheets/theme-next/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index c83b70522..446c9b89c 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -110,7 +110,7 @@ button.btn.btn-success kbd { :root .icon-action:not(.global-menu-button)::before, :root .tn-tool-button::before { display: block; - line-height: var(--icon-button-size); + line-height: 1; font-size: calc(var(--icon-button-size) * var(--icon-button-icon-ratio)); }