mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-26 00:26:53 +08:00
Fix nested steps style, close #6754
This commit is contained in:
parent
2cb0649ea0
commit
c67d9b2935
@ -289,11 +289,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{steps-prefix-cls}-vertical {
|
.@{steps-prefix-cls}-vertical {
|
||||||
.@{steps-prefix-cls}-item {
|
> .@{steps-prefix-cls}-item {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{steps-prefix-cls}-tail {
|
> .@{steps-prefix-cls}-item > .@{steps-prefix-cls}-tail {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 13px;
|
left: 13px;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user