diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-11-04 18:05:45 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-11-04 18:05:45 +0100 |
commit | 84d412f99fb22c9cea86add5adc73cf35c1e674b (patch) | |
tree | 388c8bc8e2f0e07d234bd98036f22eba2ccc40d3 /web/css/nms.css | |
parent | 10e6f7e91b99f9d96b0f82f2bae9f3c99a0add82 (diff) |
Add size styling to graphs
♥ SVG
I don't have to figure out the exact pixel count on the width to make it
fit well :D
Diffstat (limited to 'web/css/nms.css')
-rw-r--r-- | web/css/nms.css | 4 |
1 files changed, 4 insertions, 0 deletions
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%; +} |