Skip to content

Commit eba7e34

Browse files
committed
Second review
1 parent d40b776 commit eba7e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_forms.scss

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

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

0 commit comments

Comments
 (0)