mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-26 12:59:03 +00:00
Deal with some other language overflow on titles
This commit is contained in:
parent
c78e15c62b
commit
622e87d3d7
3
main.css
3
main.css
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user