TextArea line spacing

One more line I (almost) always add to theme.css is this:

/* allow text areas to resize only vertically */
textarea {
  resize: vertical;
}