From 69525cb5f6162857b1f5c6e23833e79f786fef42 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 25 Aug 2014 22:17:34 +0100 Subject: [PATCH] Fixed plugin cards not using up width. Introduced in 58c74d7b25642fcd4a861a01fd3f741ed3d79a8b. --- resources/report/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index dfc96e79..072fd7f3 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -162,6 +162,7 @@ nav a { main { overflow: auto; position: relative; + flex-grow: 1; } section {