From 21bcc86f3826d8ab435f980d60c4d0c4f4699185 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Wed, 4 Nov 2015 12:46:26 +0000 Subject: [PATCH] Patched styles.css to make leaflet resizeable --- html/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index 46abbc37f..6b4a857e5 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1755,7 +1755,7 @@ tr.search:nth-child(odd) { } #leaflet-map { - height: 600px; + height: 95%; } .edit-storage-input { @@ -1764,4 +1764,4 @@ tr.search:nth-child(odd) { label { font-weight: normal; -} \ No newline at end of file +}