Skip to content

Commit

Permalink
fix(ui): step-nav breadcrumbs ellipsis (#6344)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak authored May 14, 2024
1 parent 58bbbbd commit 353c2b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/elements/StepNav/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.step-nav {
display: flex;
align-items: center;
gap: calc(var(--base) / 2);

&::after {
Expand Down Expand Up @@ -56,8 +57,6 @@
}

span {
display: flex;
align-items: center;
max-width: base(8);
text-overflow: ellipsis;
overflow: hidden;
Expand Down

0 comments on commit 353c2b0

Please sign in to comment.