prevent group names from overflowing
This commit is contained in:
parent
1f920c018c
commit
bc7fb72800
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ html {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255,255,255,0.1);
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.groupui-scrollbox {
|
.groupui-scrollbox {
|
||||||
|
|
Loading…
Reference in a new issue