Fix #199 wrap key-values in issues list

This commit is contained in:
mrliptontea
2020-06-23 20:54:13 +01:00
parent 670830cf3e
commit 54d0136aa5
3 changed files with 3 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
Latest (master):
* Fixed #196: text wrapping in certain column types.
* Fixed #196 and #199: text wrapping in certain column types.
v2.11.0 (2020-05-08):

View File

@@ -194,6 +194,7 @@ tr.issue {
white-space: nowrap;
.category,
.enumeration,
.list,
.parent-subject,
.parent,

File diff suppressed because one or more lines are too long