Skip to content
Snippets Groups Projects
Commit 75fbdc40 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parent b5461e0c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment