diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml index eb5fa17..4d635e3 100644 --- a/app/views/projects/_form.html.haml +++ b/app/views/projects/_form.html.haml @@ -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 -- libgit2 0.21.2