From 27e1eb66615e58d52cd8295022bf400b1dd79892 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 9 Nov 2015 11:33:37 +0100 Subject: [PATCH] CSS: Increase font-size and width on name-value-table refs #5543 --- public/css/icinga/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index bbcd750f0..65cd6c07e 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -173,11 +173,11 @@ table.common-table { .name-value-table th { color: @text-color-light; - font-size: @font-size-small; // Reset default font-weight font-weight: normal; text-align: left; - width: 10em; + vertical-align: top; + width: 14em; } // TODO(el): Fix