Skip to content

Commit a91671a

Browse files
authored
fix(steps): Удален отступ у последнего дочернего элемента списка Steps (#1755)
1 parent 7852671 commit a91671a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/mighty-walls-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@alfalab/core-components-steps': patch
3+
---
4+
5+
- Удален отступ у последнего дочернего элемента списка Steps

packages/steps/src/components/step/index.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
&:not(.vertical) {
1717
align-items: center;
1818
}
19+
20+
&:last-of-type .textWrapper.vertical {
21+
margin-bottom: var(--gap-0);
22+
}
1923
}
2024

2125
.step.interactive:not(.disabled):hover {

0 commit comments

Comments
 (0)