From f0b1ae306e8bbc90c2114106122488121b273018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 11 Dec 2020 13:50:19 +0100 Subject: [PATCH] allow wrapping in the project name column (#49378) --- stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;