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/02/16 14:46:04 UTC

[incubator-skywalking-ui] branch master updated: fix monitor service page layout issue (#231)

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 f46ddde  fix monitor service page layout issue (#231)
f46ddde is described below

commit f46ddde3d79ab98b3d23e1e4f4e142d82cb48b89
Author: dan zen <zd...@gmail.com>
AuthorDate: Sat Feb 16 22:45:59 2019 +0800

    fix monitor service page layout issue (#231)
---
 src/components/Charts/ChartCard/index.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Charts/ChartCard/index.less b/src/components/Charts/ChartCard/index.less
index be9f93a..a0a0a11 100644
--- a/src/components/Charts/ChartCard/index.less
+++ b/src/components/Charts/ChartCard/index.less
@@ -46,7 +46,7 @@
     color: @text-color-secondary;
     font-size: @font-size-base;
     line-height: 22px;
-    height: 22px;
+    min-height: 22px;
   }
   .action {
     cursor: pointer;