allow resizing source textbox horizontally as well (#98)

This commit is contained in:
iTiamo
2020-07-12 20:17:37 +02:00
committed by GitHub
parent 50fd149ced
commit ba434b73bf

View File

@@ -98,6 +98,7 @@ textarea.invalid:focus {
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
resize: both;
}
.card a {