diff --git a/app/views/my/blocks/_recent_status_changes_graph.html.erb b/app/views/my/blocks/_recent_status_changes_graph.html.erb index 813bdb7..2e995a7 100644 --- a/app/views/my/blocks/_recent_status_changes_graph.html.erb +++ b/app/views/my/blocks/_recent_status_changes_graph.html.erb @@ -1,5 +1,5 @@

<%= l(:label_graphs_issue_status_flow) %>

-<%= tag("embed", :width => "300", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_status_changes_graph')) %> +<%= tag("embed", :width => "280", :height => 270, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_status_changes_graph')) %>
\ No newline at end of file