controlsGrid button/button span ellipsis

This commit is contained in:
lindenkron 2023-04-16 01:52:01 +02:00
parent 622e87d3d7
commit eee580d58e

View File

@ -3629,6 +3629,18 @@ div#roomnotes2 {
gap: 4px;
}
.controlsGrid button {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.controlsGrid button span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.darktheme .controlsGrid .group {
background-color: var(--discord-grey-3);
border: 1px solid var(--discord-grey-8);