From 86181fd21ebc2d6b16c4c7141927800082bb16f9 Mon Sep 17 00:00:00 2001 From: Pascal Barth Date: Mon, 28 Apr 2025 12:02:45 +0200 Subject: [PATCH] PB-1522 : fix confederation text shrinking/covered in print view When using a narrow layout (such as A4 portrait) the confederation text was switching to the "mobile" layout, and using a width that match only the flag. --- .../menu/components/header/ConfederationFullLogo.vue | 11 +++++++---- packages/mapviewer/src/views/PrintView.vue | 10 +++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/mapviewer/src/modules/menu/components/header/ConfederationFullLogo.vue b/packages/mapviewer/src/modules/menu/components/header/ConfederationFullLogo.vue index b2bec3e796..fd2f3aaf3b 100644 --- a/packages/mapviewer/src/modules/menu/components/header/ConfederationFullLogo.vue +++ b/packages/mapviewer/src/modules/menu/components/header/ConfederationFullLogo.vue @@ -36,7 +36,7 @@ const hasDevSiteWarning = computed(() => store.getters.hasDevSiteWarning) data-cy="swiss-flag" />
-
+