From bf76b7802727a97596450e28b1f2601c1086a0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 25 Nov 2021 23:45:13 +0100 Subject: [PATCH] Fix Switcher links width --- src/style/molecules/_switcher.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/molecules/_switcher.scss b/src/style/molecules/_switcher.scss index e267d45..b087ce4 100644 --- a/src/style/molecules/_switcher.scss +++ b/src/style/molecules/_switcher.scss @@ -22,7 +22,8 @@ z-index: 2; bottom: calc(var(--button-size) + 16px); left: 0; - min-width: 240px; + max-width: 280px; + white-space: nowrap; opacity: 0; padding: 8px; background: $color-primary-tertiary20;