increased start height of text areas for file content

This commit is contained in:
Hauke Klement
2015-03-12 17:07:04 +01:00
parent 3ada44a3d5
commit ad7d96b1b0

View File

@ -2,5 +2,5 @@
= form.label(attribute, label)
|  
a.toggle-input href='#' = t('shared.upload_file')
= form.text_area(attribute, class: 'code-field form-control', rows: 5)
= form.text_area(attribute, class: 'code-field form-control', rows: 16)
= form.file_field(attribute, class: 'alternative-input form-control', disabled: true)