diff --git a/frontend/pages/UserSettingsPage/_styles.scss b/frontend/pages/UserSettingsPage/_styles.scss index 6ef94ddfe6..136655c1bf 100644 --- a/frontend/pages/UserSettingsPage/_styles.scss +++ b/frontend/pages/UserSettingsPage/_styles.scss @@ -9,12 +9,13 @@ @include flex-grow(1); @include align-self(flex-start); padding: 30px; + min-width: 542px; } &__additional { width: 350px; - min-width: 350px; max-width: 350px; + min-width: 350px; box-sizing: border-box; padding: 30px; } diff --git a/frontend/styles/global/_global.scss b/frontend/styles/global/_global.scss index a5dc4840fa..ad6fe972d7 100644 --- a/frontend/styles/global/_global.scss +++ b/frontend/styles/global/_global.scss @@ -61,7 +61,7 @@ a { background-color: $white; box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1); border: solid 1px $silver; - min-width: 951px; + min-width: 910px; max-width: calc(100vw - #{$nav-width} - #{$pad-base}); box-sizing: border-box; margin-top: $pad-base;