Skip to content

Commit

Permalink
[ACS-6888] Fixed alignment issue in breadcrumb component
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl committed Aug 19, 2024
1 parent 075e63d commit e0e241b
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 e0e241b

Please sign in to comment.