Skip to content

Commit

Permalink
[ACS-6888] Fixed alignment issue in breadcrumb component (#10099)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl authored Aug 29, 2024
1 parent 26daed9 commit 7910cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
overflow: hidden;
flex: 0 1 auto;
padding: 0;
text-align: center;
text-align: start;

&:focus {
outline: 1px solid var(--theme-accent-color-a200);
Expand Down

0 comments on commit 7910cd9

Please sign in to comment.