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

[incubator-skywalking-ui] Diff for: [GitHub] TinyAllen merged pull request #220: Optimization: description word-break

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;


With regards,
Apache Git Services