From 4d744b902f66db03e432f7e87876a2e375c2a948 Mon Sep 17 00:00:00 2001 From: Tyler Horvath Date: Fri, 2 Dec 2016 13:57:34 -0700 Subject: [PATCH] radiator column width to percent >1000 nodes causing clipping with 1.75em width --- puppetboard/static/css/radiator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppetboard/static/css/radiator.css b/puppetboard/static/css/radiator.css index 7ad31ba..3fa3f79 100644 --- a/puppetboard/static/css/radiator.css +++ b/puppetboard/static/css/radiator.css @@ -39,4 +39,4 @@ body.radiator_controller table.node_summary tr td .percent {color:#000;position: body.radiator_controller table.node_summary tr td .percent span {margin-left:0.1em;} body.radiator_controller table.node_summary tr td .label {position:relative;height:100%;} body.radiator_controller table.node_summary tr td .label span {margin-left:0.1em;} -body.radiator_controller table.node_summary tr td .count {text-align:right;width:1.75em;display:inline-block;font-weight:bold;margin-top:-0.12em;} +body.radiator_controller table.node_summary tr td .count {text-align:right;width:100%;display:inline-block;font-weight:bold;margin-top:-0.12em;}