From c1cb3fa6c2b2d3be0ffcac6ccbb61870b06d5b97 Mon Sep 17 00:00:00 2001 From: 40oleg Date: Wed, 4 Dec 2024 17:04:57 +0300 Subject: [PATCH] fix(kit): removed redundant space --- 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;