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;