From 4ec16520fa09b762d63746e9fcd61da096758234 Mon Sep 17 00:00:00 2001 From: AlekseyManetov Date: Thu, 14 Nov 2024 15:15:42 +0100 Subject: [PATCH] [StatusIndicator]: replace justify-content start value to flex-start, since 'start' value has limited support --- uui/components/widgets/StatusIndicator.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uui/components/widgets/StatusIndicator.module.scss b/uui/components/widgets/StatusIndicator.module.scss index b1ac504269..161fb898aa 100644 --- a/uui/components/widgets/StatusIndicator.module.scss +++ b/uui/components/widgets/StatusIndicator.module.scss @@ -14,7 +14,7 @@ display: flex; flex-direction: row; align-items: center; - justify-content: start; + justify-content: flex-start; :global(.uui-status_indicator-dot) { box-sizing: border-box;