style: fix description item long text (#26820)

* style: fix description item long text

* Update index.less
This commit is contained in:
Tom Xu 2020-09-19 23:17:42 +08:00 committed by GitHub
parent b04d97cde2
commit 3ab71222ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@
color: @text-color;
font-size: @font-size-base;
line-height: @line-height-base;
overflow-wrap: break-word;
}
&-item {