From 7cfe79bd8d775a62bcd667f2d2f7d434e5579b68 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 00:37:02 +0200 Subject: [PATCH] CSS: Reduce width of the name column in name-value-pair tables refs #5543 --- public/css/icinga/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 394c83b93..b2a470c07 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -32,7 +32,7 @@ .text-small(); // Reset default font-weight font-weight: normal; - width: 200px; + width: 120px; } }