[Forms] Add style for small textareas

Issue #1184. This allows for a generically sized text area in forms. I am
anticipating some potential feedback on this given the approach and the sizing
I chose may or may not be ideal for your requirements.
This commit is contained in:
David Hudson
2016-09-18 01:47:07 +09:00
parent f9ce27def3
commit 56267095cb
2 changed files with 2 additions and 1 deletions

View File

@@ -259,7 +259,7 @@ define([
"property": "notes",
"control": "textarea",
"required": false,
"cssclass": "field-notes"
"cssclass": "l-textarea-sm"
}
]
},