Ensure textareas don't overflow horizontally on resize

This commit is contained in:
Johannes Zellner
2020-03-25 06:58:38 +01:00
parent 9f0d694f0a
commit 5deb5f79bd
+4
View File
@@ -269,6 +269,10 @@ h1, h2, h3 {
left: -999em;
}
textarea {
max-width: 100%;
}
// ----------------------------
// Apps view
// ----------------------------