equal height line

This commit is contained in:
zhujun24 2015-09-07 11:31:37 +08:00
parent b25b48b6e5
commit 2510a68dca

View File

@ -39,11 +39,10 @@
&-content {
min-height: 36px;
position: relative;
left: 24px;
top: -2px;
padding: 0 0 10px 24px;
font-size: 12px;
padding-bottom: 10px;
position: relative;
top: -2px;
}
&-last {
@ -51,8 +50,7 @@
border-left: 2px dotted @timeline-color;
}
.@{timeline-prefix-cls}-item-content {
min-height: 70px;
padding-bottom: 30px;
min-height: 48px;
}
}
}