From 0636401ab669195ca81d539a690310f43c813b90 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 22 Apr 2019 21:47:42 -0400 Subject: [PATCH] Uncramp the map panes (Can probably find a better way to make these responsive later) --- css/80_app.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 170f83661..fb9792fac 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3608,17 +3608,15 @@ li.issue-fix-item:not(.actionable) .fix-icon { .map-pane { position: relative; top: 0; - width: 100%; + width: 400px; height: 100%; padding-bottom: 60px; overflow: hidden; z-index: 10; - max-width: 400px; - min-width: 300px; } .map-pane.help-wrap { - max-width: 600px; + width: 600px; } .pane-heading {