One more line I (almost) always add to theme.css is this:
/* allow text areas to resize only vertically */
textarea {
resize: vertical;
}
One more line I (almost) always add to theme.css is this:
/* allow text areas to resize only vertically */
textarea {
resize: vertical;
}