.wsf-form textarea.wsf-field {
  height: auto;
  min-height: var(--wsf-field-height);
  overflow: auto;
  resize: vertical;
}

.wsf-form textarea.wsf-field[data-wsf-field-sizing-content] {
  field-sizing: content;
}
