Prevent Word Wrap In A textarea Form Field
textarea {
white-space: pre;
word-wrap: normal;
overflow-wrap: normal;
overflow-x: scroll;
}
Apparently [TODO: Code shorthand span ] is an alias for [TODO: Code shorthand span ] but some browsers support one and some the other.
~ fin ~