Add scrollbar to long text area fields (close #6306)

This commit is contained in:
Quincy Morgan
2019-05-03 11:10:20 -07:00
parent cc85897348
commit 1e30519b5d
+1
View File
@@ -1584,6 +1584,7 @@ button.preset-favorite-button.active .icon {
.form-field-input-wrap > textarea {
height: 65px;
border-radius: 0 0 4px 4px;
overflow: auto;
}
/* Buttons inside fields */