From 65e4ad31476978e7f1c5cef41eb5a21e6068cbb2 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Wed, 15 Feb 2012 00:33:26 +0200 Subject: [PATCH] fixed design new issue form --- app/assets/stylesheets/projects.css.scss | 4 ++++ app/views/issues/_form.html.haml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss index 79a90459..d12143ae 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 555a51a5..3b379198 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"