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.
1 parent 55df16d commit 810bfb0Copy full SHA for 810bfb0
client/styles/components/_collection-create.scss
@@ -2,4 +2,10 @@
2
3
.collection-create {
4
padding: #{math.div(24, $base-font-size)}rem;
5
+
6
+ @media (max-width: 650px) {
7
+ .form__input {
8
+ min-width: unset;
9
+ }
10
11
}
0 commit comments