Skip to content

Commit

Permalink
[StatusIndicator]: replace justify-content start value to flex-start,…
Browse files Browse the repository at this point in the history
… since 'start' value has limited support
  • Loading branch information
AlekseyManetov committed Nov 14, 2024
1 parent 8597e59 commit 4ec1652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui/components/widgets/StatusIndicator.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ec1652

Please sign in to comment.