Deal with some other language overflow on titles

This commit is contained in:
lindenkron 2023-04-16 01:48:33 +02:00
parent c78e15c62b
commit 622e87d3d7

View File

@ -3890,6 +3890,9 @@ div#roomnotes2 {
color: var(--discord-text); color: var(--discord-text);
background-color: #7E7E7E; background-color: #7E7E7E;
padding: 0px 4px; padding: 0px 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.contolboxLabel { .contolboxLabel {