mp-design-system 1.2.46 → 1.2.47
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -17,6 +17,10 @@
|
|
17
17
|
|
18
18
|
.c-form__input {
|
19
19
|
flex: 1 0 298px;
|
20
|
+
|
21
|
+
@media only screen and (max-width: 31.25em) {
|
22
|
+
flex-shrink: 1;
|
23
|
+
}
|
20
24
|
}
|
21
25
|
|
22
26
|
.c-input {
|
@@ -26,7 +30,7 @@
|
|
26
30
|
|
27
31
|
&__input-wrap {
|
28
32
|
display: flex;
|
29
|
-
gap: var(--space-s);
|
33
|
+
gap: var(--space-3xs) var(--space-s);
|
30
34
|
flex-wrap: wrap;
|
31
35
|
align-items: flex-start;
|
32
36
|
|