We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bbbbd commit 353c2b0Copy full SHA for 353c2b0
packages/ui/src/elements/StepNav/index.scss
@@ -2,6 +2,7 @@
2
3
.step-nav {
4
display: flex;
5
+ align-items: center;
6
gap: calc(var(--base) / 2);
7
8
&::after {
@@ -56,8 +57,6 @@
56
57
}
58
59
span {
- display: flex;
60
- align-items: center;
61
max-width: base(8);
62
text-overflow: ellipsis;
63
overflow: hidden;
0 commit comments