diff --git a/app/assets/stylesheets/issues.css.scss b/app/assets/stylesheets/issues.css.scss index 4e030767ef65309ce3422acb8b5bad1405d3172d..9098b632b79418117ce9c16ca2742a7ba99e1726 100644 --- a/app/assets/stylesheets/issues.css.scss +++ b/app/assets/stylesheets/issues.css.scss @@ -44,4 +44,7 @@ } } .issue:hover .action-links { display:block; } - +.issue-show-holder { + width:100%; + .data p { font-size:16px } +} diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index cd9c77b3b80ad630db9e2e24ffa58f912645d34a..7eba0adff14b322920dda14d747588bd3b11270b 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -8,7 +8,7 @@ %span.tag.today Open .data - %h4= @issue.title + %p= @issue.title - if @issue.author == @issue.assignee = image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;"