Skip to content
代码片段 群组 项目
提交 75fbdc40 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

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

上级 b5461e0c
No related branches found
No related tags found
无相关合并请求
......@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册