diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 201b691..436707a 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -378,6 +378,10 @@ div.issue div.subject h3 { color: #333 } +table tr.issue td.project { + white-space: normal; +} + pre.format-patch-description { background: #eee; padding: 3px 1ex;