From 84d412f99fb22c9cea86add5adc73cf35c1e674b Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 4 Nov 2016 18:05:45 +0100 Subject: Add size styling to graphs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ♥ SVG I don't have to figure out the exact pixel count on the width to make it fit well :D --- web/css/nms.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/css') diff --git a/web/css/nms.css b/web/css/nms.css index 3d523e2..d10dd81 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -124,3 +124,7 @@ div.map-mode-legend button { .panel-group .panel+ .nms-panel-small { margin-top: 1px; } +.graph { + max-width: 100%; + width: 100%; +} -- cgit v1.2.3