From 4142c15ab5cd22054c7606ce9e52ee32726fbb35 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 17:23:26 +0200 Subject: [PATCH] CSS: Use full width for tables refs #5543 --- public/css/icinga/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 53e1b31ed..a75cf865e 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -64,6 +64,7 @@ pre { table { border-collapse: separate; border-spacing: 0 1px; + width: 100%; } td {