🐛 Fix nested Timeline last item missing line (#14110)

close #14108
This commit is contained in:
偏右 2019-01-05 17:07:06 +08:00 committed by Junbin Huang
parent 01453439c5
commit 059670a09e

View File

@ -77,10 +77,10 @@
}
&-last {
.@{timeline-prefix-cls}-item-tail {
> .@{timeline-prefix-cls}-item-tail {
display: none;
}
.@{timeline-prefix-cls}-item-content {
> .@{timeline-prefix-cls}-item-content {
min-height: 48px;
}
}