File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const CollectionCreate = () => {
71
71
value = { description }
72
72
onChange = { ( e ) => setDescription ( e . target . value ) }
73
73
placeholder = { t ( 'CollectionCreate.DescriptionPlaceholder' ) }
74
- rows = "4 "
74
+ rows = "6 "
75
75
/>
76
76
</ p >
77
77
< Button type = "submit" disabled = { invalid } >
Original file line number Diff line number Diff line change 2
2
3
3
.collection-create {
4
4
padding : #{math .div (24 , $base-font-size )} rem;
5
+
6
+ @media (max-width : 650px ) {
7
+ .form__input {
8
+ min-width : unset ;
9
+ }
10
+ }
5
11
}
Original file line number Diff line number Diff line change 75
75
76
76
.form__input-flexible-height {
77
77
height : auto ;
78
+ resize : none ;
78
79
}
79
80
80
81
.form__input ::placeholder {
Original file line number Diff line number Diff line change 27
27
max-height : 80% ;
28
28
max-width : 80% ;
29
29
position : relative ;
30
- padding-bottom : #{math .div (25 , $base-font-size )} rem;
30
+ padding-bottom : #{math .div (12 , $base-font-size )} rem;
31
31
32
32
@media (max-width : 650px ) {
33
33
max-width : 100% ;
37
37
}
38
38
}
39
39
40
+ .overlay__body :has (.collection-create ){
41
+ max-height : none ;
42
+ }
43
+
40
44
.overlay__header {
41
45
display : flex ;
42
46
justify-content : space-between ;
You can’t perform that action at this time.
0 commit comments