Skip to content

Commit

Permalink
Increased size of Description field
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed Jun 12, 2019
1 parent a05c949 commit b281ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ops/_category_form.html.haml
Expand Up @@ -67,7 +67,7 @@
= _("Description")
.col-md-8
= text_field_tag("description", @edit[:new][:description],
:maxlength => 50,
:maxlength => ViewHelper::MAX_DESC_LEN,
:class => "form-control",
"data-miq_observe" => {:interval => '.5',
:url => url}.to_json)
Expand Down

0 comments on commit b281ea3

Please sign in to comment.