Fixing width of textarea fields

like extra vars/inv script
This commit is contained in:
Jared Tabor
2016-05-09 11:30:24 -04:00
parent 71ea4cb465
commit 8a1d06789b
7 changed files with 14 additions and 11 deletions

View File

@@ -254,7 +254,7 @@ export default
reqExpression: 'key_required',
init: true
},
class: 'Form-textAreaLabel',
class: 'Form-textAreaLabel Form-formGroup--fullWidth',
hintText: "{{ key_hint }}",
addRequired: false,
editRequired: false,