fix: timeline-right-content-width (#18221)

This commit is contained in:
xrkffgg 2019-08-12 17:43:48 +08:00 committed by 偏右
parent 729113d196
commit d8af45d662

View File

@ -121,7 +121,7 @@
&-right {
.@{timeline-prefix-cls}-item-content {
width: calc(50% - 14px);
width: calc(50% - 12px);
margin: 0;
text-align: right;
}