Don't wrap keywords/tags over multiple lines #419

This commit is contained in:
the-djmaze 2022-10-06 11:06:59 +02:00
parent 2fd4a47b33
commit 975103fc9d

View file

@ -108,7 +108,9 @@ html.rl-no-preview-pane {
}
.messageAssignedTags span {
border: 1px solid #808080;
line-height: 2;
padding: 2px;
white-space: nowrap;
}
.messageItemHeader {