Skip to content

Commit

Permalink
Let text inline file rights wrap
Browse files Browse the repository at this point in the history
Long rights strings need to wrap inside external link items.

REDMINE-20744
  • Loading branch information
tf committed Jun 7, 2024
1 parent 00948da commit 751c51d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
margin: 0;
list-style: none;
}

.list > li {
white-space: nowrap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
text-decoration-color: rgba(255, 255, 255, 0.3);
}

.tooltip li {
white-space: nowrap;
}

.tooltip span {
color: rgba(255, 255, 255, 0.7);
}
Expand Down

0 comments on commit 751c51d

Please sign in to comment.