allow wrapping in the project name column (#49378)

This commit is contained in:
Frédéric Péters 2020-12-11 13:50:19 +01:00
parent 32a896e556
commit f0b1ae306e
1 changed files with 4 additions and 0 deletions

View File

@ -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;