From b588df3446a1ae8d1ca1f6aa7b0501f7a7da171c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Thu, 4 Oct 2018 14:32:02 +0800 Subject: [PATCH] fix #2172,change line-height to 20 --- src/components/DescriptionList/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DescriptionList/index.less b/src/components/DescriptionList/index.less index bcb6fd1d..bfb33fcc 100644 --- a/src/components/DescriptionList/index.less +++ b/src/components/DescriptionList/index.less @@ -34,7 +34,7 @@ } .detail { - line-height: 22px; + line-height: 20px; width: 100%; padding-bottom: 16px; color: @text-color; -- GitLab