diff --git a/client/styles/components/_account.scss b/client/styles/components/_account.scss index 1f9c8dfc0b..a70f346067 100644 --- a/client/styles/components/_account.scss +++ b/client/styles/components/_account.scss @@ -3,7 +3,7 @@ color: getThemifyVariable('primary-text-color'); background-color: getThemifyVariable('background-color'); } - height: 100%; + min-height: 100%; } .account-settings { diff --git a/client/styles/components/_forms.scss b/client/styles/components/_forms.scss index 54b00447ef..ae755eb894 100644 --- a/client/styles/components/_forms.scss +++ b/client/styles/components/_forms.scss @@ -51,8 +51,8 @@ } .form__input { - width: 100%; - min-width: #{360 / $base-font-size}rem; + max-width: 90vw; + width: #{360 / $base-font-size}rem; height: #{40 / $base-font-size}rem; font-size: #{16 / $base-font-size}rem; @include themify() {