Skip to content

Commit 810bfb0

Browse files
committed
Fix Horizontal Scroll issue
1 parent 55df16d commit 810bfb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/styles/components/_collection-create.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
.collection-create {
44
padding: #{math.div(24, $base-font-size)}rem;
5+
6+
@media (max-width: 650px) {
7+
.form__input {
8+
min-width: unset;
9+
}
10+
}
511
}

0 commit comments

Comments
 (0)