You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/01/16 09:41:48 UTC

[incubator-skywalking-ui] branch master updated: description word-break (#220)

This is an automated email from the ASF dual-hosted git repository.

ywang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a1b227  description word-break (#220)
8a1b227 is described below

commit 8a1b2270f5701501b6d1cfe25f74c26a411f526f
Author: 于玉桔 <76...@qq.com>
AuthorDate: Wed Jan 16 17:41:44 2019 +0800

    description word-break (#220)
---
 src/components/DescriptionList/index.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/DescriptionList/index.less b/src/components/DescriptionList/index.less
index 6e3e5d1..1b3626c 100644
--- a/src/components/DescriptionList/index.less
+++ b/src/components/DescriptionList/index.less
@@ -50,6 +50,7 @@
   }
 
   .detail {
+    word-break: break-all;
     line-height: 22px;
     width: 100%;
     padding-bottom: 16px;