Skip to content

Commit c1b5636

Browse files
authored
Merge pull request #2312 from sdivyanshu90/account_height
Account height
2 parents 07e9f1b + 4f990bf commit c1b5636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/styles/components/_account.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: getThemifyVariable('primary-text-color');
44
background-color: getThemifyVariable('background-color');
55
}
6-
height: 100%;
6+
min-height: 100%;
77
}
88

99
.account-settings {

client/styles/components/_forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}
5252

5353
.form__input {
54-
width: 100%;
55-
min-width: #{360 / $base-font-size}rem;
54+
max-width: 90vw;
55+
width: #{360 / $base-font-size}rem;
5656
height: #{40 / $base-font-size}rem;
5757
font-size: #{16 / $base-font-size}rem;
5858
@include themify() {

0 commit comments

Comments
 (0)