Auto-resizing textarea/input styles
textarea {
field-sizing: content;
/** fallback: line-height * 4 lines */
min-height: calc(24px * 4);
/** make the height atleast 4 lines */
min-height: 4lh;
}
textarea {
field-sizing: content;
/** fallback: line-height * 4 lines */
min-height: calc(24px * 4);
/** make the height atleast 4 lines */
min-height: 4lh;
}