We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07e9f1b + 4f990bf commit c1b5636Copy full SHA for c1b5636
client/styles/components/_account.scss
@@ -3,7 +3,7 @@
3
color: getThemifyVariable('primary-text-color');
4
background-color: getThemifyVariable('background-color');
5
}
6
- height: 100%;
+ min-height: 100%;
7
8
9
.account-settings {
client/styles/components/_forms.scss
@@ -51,8 +51,8 @@
51
52
53
.form__input {
54
- width: 100%;
55
- min-width: #{360 / $base-font-size}rem;
+ max-width: 90vw;
+ width: #{360 / $base-font-size}rem;
56
height: #{40 / $base-font-size}rem;
57
font-size: #{16 / $base-font-size}rem;
58
@include themify() {
0 commit comments