fix default textarea height

This commit is contained in:
wvengen 2014-05-06 10:56:50 +02:00
parent 3a41e9530f
commit 4c1e5e2b00
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ i.package.icon-only {
// XXX there must be a better way
margin-bottom: 0;
.help-block {
margin-top: 0;
margin-top: 0;
margin-bottom: 20px;
}
}

View File

@ -40,7 +40,7 @@
= f.input :group_id, :as => :select, :collection => Group.undeleted.order('type DESC', 'name ASC').reject { |g| g.memberships.empty? }
= f.input :private
= f.input :subject, input_html: {class: 'input-xxlarge'}
= f.input :body, input_html: {class: 'input-xxlarge'}
= f.input :body, input_html: {class: 'input-xxlarge', rows: 13}
.form-actions
= f.submit class: 'btn btn-primary'
= link_to t('ui.or_cancel'), :back