mp-design-system 1.2.45 → 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,11 +30,12 @@
|
|
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
|
|
33
37
|
.c-label {
|
38
|
+
min-width: 115px;
|
34
39
|
flex-basis: 115px;
|
35
40
|
@include margin-bottom(0);
|
36
41
|
word-wrap: break-word;
|