Restore full width textareas on settings screens

(closes #5619)
This commit is contained in:
Bryan Housel
2018-12-18 12:16:12 -05:00
parent bff0ea27f7
commit a31fceeef0

View File

@@ -4088,6 +4088,7 @@ svg.mouseclick use.right {
------------------------------------------------------- */
.settings-modal textarea {
height: 70px;
width: 100%;
}
.settings-custom-background .instructions-template {