increased start height of text areas for file content
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user