[FLINK-2904] [web-dashboard] Fix truncation of task counts when the number is 
large.

This closes #1321


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b80ecfdc
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b80ecfdc
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b80ecfdc

Branch: refs/heads/master
Commit: b80ecfdc211e1e91d6ebc5b79e257901933a047d
Parents: cf91347
Author: Sachin Goel <sachingoel0...@gmail.com>
Authored: Tue Nov 3 19:07:34 2015 +0530
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Nov 30 17:44:12 2015 +0100

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/app/styles/job.styl | 5 ++---
 flink-runtime-web/web-dashboard/web/css/index.css   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b80ecfdc/flink-runtime-web/web-dashboard/app/styles/job.styl
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/app/styles/job.styl 
b/flink-runtime-web/web-dashboard/app/styles/job.styl
index 1051712..fa21d0e 100644
--- a/flink-runtime-web/web-dashboard/app/styles/job.styl
+++ b/flink-runtime-web/web-dashboard/app/styles/job.styl
@@ -34,9 +34,8 @@
 .label-group
   .label
     display: inline-block
-    width: 2em
-    padding-left: 0.1em
-    padding-right: 0.1em
+    padding-left: 0.4em
+    padding-right: 0.4em
     margin: 0
     border-right: 1px solid #ffffff
     border-radius(0)

http://git-wip-us.apache.org/repos/asf/flink/blob/b80ecfdc/flink-runtime-web/web-dashboard/web/css/index.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/index.css 
b/flink-runtime-web/web-dashboard/web/css/index.css
index 45599ca..5a7c44f 100644
--- a/flink-runtime-web/web-dashboard/web/css/index.css
+++ b/flink-runtime-web/web-dashboard/web/css/index.css
@@ -445,9 +445,8 @@ livechart {
 }
 .label-group .label {
   display: inline-block;
-  width: 2em;
-  padding-left: 0.1em;
-  padding-right: 0.1em;
+  padding-left: 0.4em;
+  padding-right: 0.4em;
   margin: 0;
   border-right: 1px solid #fff;
   -webkit-border-radius: 0;

Reply via email to