From 3ab71222ef293c244943baa69c8c92f14d3cce47 Mon Sep 17 00:00:00 2001 From: Tom Xu Date: Sat, 19 Sep 2020 23:17:42 +0800 Subject: [PATCH] style: fix description item long text (#26820) * style: fix description item long text * Update index.less --- components/descriptions/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/descriptions/style/index.less b/components/descriptions/style/index.less index dd97415672..e2f26f670c 100644 --- a/components/descriptions/style/index.less +++ b/components/descriptions/style/index.less @@ -86,6 +86,7 @@ color: @text-color; font-size: @font-size-base; line-height: @line-height-base; + overflow-wrap: break-word; } &-item { -- GitLab