From 34f2ba4c7e20ced1f16fc265b269b7850b0d91a0 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 31 Jul 2023 12:37:31 +0200 Subject: [PATCH] Media with max-width 2048px the details-panel has width 530px --- src/main/webapp/GeoportalDataViewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index c49212c..3b0a53e 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -776,7 +776,7 @@ RESPONSIVE } .details-panel { - width: 600px; + width: 530px; } }