prevent group names from overflowing

This commit is contained in:
Holly Stubbs 2024-05-07 21:52:46 +01:00
parent 1f920c018c
commit bc7fb72800
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ html {
height: 2rem;
line-height: 2rem;
background-color: rgba(255,255,255,0.1);
overflow:hidden;
}
.groupui-scrollbox {