From aeedcd0ec3959fa272d9f4aa254d2c72637567c4 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Fri, 17 Jul 2015 10:04:40 +0200 Subject: [PATCH] Fixed heigth in pure view when see a services map. Tiquet: #2470 --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index c5da2d0de5..ec0d2e45d6 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1486,7 +1486,7 @@ div#main_pure { margin-top: 10px; margin-left: 10px; margin-right: 10px; - height: auto; + height: 1000px; width: 98%; position: static; }