Project

General

Profile

« Previous | Next » 

Revision c88c48f5

Added by Ondřej Pražák over 8 years ago

Fixes #11467 - Textareas in form may be resized only vertically

View differences:

app/views/hosts/_form.html.erb
<div id='model_name'>
<%= select_f f, :model_id, Model.all, :id, :to_label, { :include_blank => true }, {:label => _("Hardware Model")} unless @host.compute_resource_id%>
</div>
<%= textarea_f f, :comment, :help_block => _("Additional information about this host"), :size => "col-md-8", :rows => "3" %>
<%= textarea_f f, :comment, :help_block => _("Additional information about this host"), :size => "col-md-8", :rows => "3", :class => "no-stretch" %>
</div>
</div>

Also available in: Unified diff