Commit 65e4ad31476978e7f1c5cef41eb5a21e6068cbb2
1 parent
3230577c
Exists in
master
and in
4 other branches
fixed design new issue form
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
app/views/issues/_form.html.haml
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | 23 | ||
24 | .clearfix | 24 | .clearfix |
25 | = f.label :title | 25 | = f.label :title |
26 | - .input= f.text_area :title, :maxlength => 255, :class => "xlarge" | 26 | + .input= f.text_area :title, :maxlength => 255, :class => "xxlarge" |
27 | .actions | 27 | .actions |
28 | = f.submit 'Save', :class => "primary btn" | 28 | = f.submit 'Save', :class => "primary btn" |
29 | 29 |