Browse Source

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

pull/18229/head
xrkffgg 5 years ago
committed by 偏右
parent
commit
d8af45d662
  1. 2
      components/timeline/style/index.less

2
components/timeline/style/index.less

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

Loading…
Cancel
Save