Commit 75fbdc40 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix labels input overflow for res lower 1280 in project.edit

parent b5461e0c
......@@ -63,7 +63,7 @@
.control-group
= f.label :label_list, "Labels", class: 'control-label'
.controls
= f.text_field :label_list, maxlength: 2000, class: "xxlarge"
= f.text_field :label_list, maxlength: 2000, class: "span5"
%p.hint Separate with comma.
%fieldset.features
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment