File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const CollectionCreate = () => {
7171 value = { description }
7272 onChange = { ( e ) => setDescription ( e . target . value ) }
7373 placeholder = { t ( 'CollectionCreate.DescriptionPlaceholder' ) }
74- rows = "4 "
74+ rows = "6 "
7575 />
7676 </ p >
7777 < Button type = "submit" disabled = { invalid } >
Original file line number Diff line number Diff line change 7575
7676.form__input-flexible-height {
7777 height : auto ;
78+ resize : none ;
7879}
7980
8081.form__input ::placeholder {
Original file line number Diff line number Diff line change 2424 display : flex ;
2525 flex-wrap : wrap ;
2626 flex-flow : column ;
27- max-height : 80% ;
2827 max-width : 80% ;
2928 position : relative ;
30- padding-bottom : #{math .div (25 , $base-font-size )} rem;
29+ padding-bottom : #{math .div (12 , $base-font-size )} rem;
3130
3231 @media (max-width : 650px ) {
3332 max-width : 100% ;
You can’t perform that action at this time.
0 commit comments