diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss index 79a9045925cc5cee1c4fd7c661fc5397c8b64730..d12143ae6269a6ef31eb9594915982772e56b358 100644 --- a/app/assets/stylesheets/projects.css.scss +++ b/app/assets/stylesheets/projects.css.scss @@ -212,3 +212,7 @@ input.git_clone_url { #issue_assignee_id { width:300px; } + +#new_issue_dialog textarea{ + height: 100px; +} diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index 555a51a5f5bc3e6d55626143f4b768533d45881f..3b379198aed44356e7265d1ebc6c4274102d9734 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -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"