From 20c1cc7693ff9b686e4e4256c6af42dc858b3d05 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 28 Oct 2015 14:14:41 +0100 Subject: [PATCH] monitoring/CSS: Use em for state-col width refs #10294 --- modules/monitoring/public/css/tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index a8eb0b687..12961ac2e 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -66,7 +66,7 @@ } text-align: center; - width: 100px; + width: 8em; } .host-meta, .service-meta {