fix(ui): step-nav breadcrumbs ellipsis (#6344)

This commit is contained in:
Patrik
2024-05-14 11:08:34 -04:00
committed by GitHub
parent 58bbbbd395
commit 353c2b0be2

View File

@@ -2,6 +2,7 @@
.step-nav {
display: flex;
align-items: center;
gap: calc(var(--base) / 2);
&::after {
@@ -56,8 +57,6 @@
}
span {
display: flex;
align-items: center;
max-width: base(8);
text-overflow: ellipsis;
overflow: hidden;