Commit 65e4ad31 authored by Valery Sizov's avatar Valery Sizov

fixed design new issue form

parent 3230577c
......@@ -212,3 +212,7 @@ input.git_clone_url {
#issue_assignee_id {
width:300px;
}
#new_issue_dialog textarea{
height: 100px;
}
......@@ -23,7 +23,7 @@
.clearfix
= f.label :title
.input= f.text_area :title, :maxlength => 255, :class => "xlarge"
.input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
.actions
= f.submit 'Save', :class => "primary btn"
......
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