diff --git a/stylesheets/components/Preferences.scss b/stylesheets/components/Preferences.scss index 770bbbea2f56..19cf2577a6dc 100644 --- a/stylesheets/components/Preferences.scss +++ b/stylesheets/components/Preferences.scss @@ -25,7 +25,7 @@ &__page-selector { padding-top: calc(24px + var(--title-bar-drag-area-height)); - min-width: 240px; + min-width: min(34%, 240px); @include light-theme { background: $color-gray-02; }