From 422f06bd587e50dbd231f4632e378b87904d95cb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 23:00:06 +0200 Subject: [PATCH] monitoring/CSS: Fix service grid load more link colors refs #5543 --- modules/monitoring/public/css/service-grid.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/monitoring/public/css/service-grid.less b/modules/monitoring/public/css/service-grid.less index 441ac7570..54565ab8d 100644 --- a/modules/monitoring/public/css/service-grid.less +++ b/modules/monitoring/public/css/service-grid.less @@ -1,7 +1,7 @@ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ table.service-grid-table { - width: 0px; + width: 0; white-space: nowrap; td { @@ -15,7 +15,6 @@ table.service-grid-table { display: block; height: 1.5em; width: 1.5em; - color: @text-color; } i {