From d8af45d662caca1a08cfa3e11e0fae36b14e3ac7 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 12 Aug 2019 17:43:48 +0800 Subject: [PATCH] fix: timeline-right-content-width (#18221) --- components/timeline/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/timeline/style/index.less b/components/timeline/style/index.less index 48c3775d36..8c111dc2de 100644 --- a/components/timeline/style/index.less +++ b/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; }