From e10d0ebd7cee8ce577afdc472ca2a51248363fc6 Mon Sep 17 00:00:00 2001 From: 40oleg <60510512+40oleg@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:06:46 +0300 Subject: [PATCH] fix(kit): removed redundant space (#9916) --- projects/kit/components/action-bar/action-bar.style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/kit/components/action-bar/action-bar.style.less b/projects/kit/components/action-bar/action-bar.style.less index 924c6a459086..7413182ca3ee 100644 --- a/projects/kit/components/action-bar/action-bar.style.less +++ b/projects/kit/components/action-bar/action-bar.style.less @@ -60,6 +60,7 @@ justify-content: flex-end; gap: 0.5rem; margin-inline-start: auto; + text-indent: 0; :host-context(tui-root._mobile) & { flex: 1;