From 6d881e5f4377867b30fe3fe0aad0ca8ceeae3e04 Mon Sep 17 00:00:00 2001 From: rmartin Date: Mon, 5 Feb 2024 09:04:12 +0100 Subject: [PATCH] hide project description on projets panel --- lizmap/www/themes/default/css/view.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lizmap/www/themes/default/css/view.css b/lizmap/www/themes/default/css/view.css index febb6e812d..3782d0ae0a 100644 --- a/lizmap/www/themes/default/css/view.css +++ b/lizmap/www/themes/default/css/view.css @@ -5,3 +5,6 @@ color: white; background-color: rgba(0, 0, 0, 0.5); } +.tab-pane .liz-project-desc { + display: none; +} \ No newline at end of file