From a737d1ac1b037369a01057f646f8b38557fa30d0 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Thu, 28 Jul 2022 14:06:58 +0200 Subject: [PATCH] Make Map sidebar wider for long German words ;) --- frontend/src/pages/MapPage/styles.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/MapPage/styles.module.less b/frontend/src/pages/MapPage/styles.module.less index e4b8de1..9a2bdd8 100644 --- a/frontend/src/pages/MapPage/styles.module.less +++ b/frontend/src/pages/MapPage/styles.module.less @@ -9,7 +9,7 @@ } .mapSidebar { - width: 20rem; + width: 24rem; background: white; border-right: 1px solid @borderColor; padding: 1rem;