mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-6888] Fixed alignment issue in breadcrumb component (#10099)
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: start;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 1px solid var(--theme-accent-color-a200);
|
outline: 1px solid var(--theme-accent-color-a200);
|
||||||
|
Reference in New Issue
Block a user