[ACS-6888] Fixed alignment issue in breadcrumb component (#10099)

This commit is contained in:
swapnil-verma-gl 2024-08-29 20:38:40 +05:30 committed by GitHub
parent 26daed958f
commit 7910cd96c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);