Make sure room name is truncated in UI if too long

This commit is contained in:
N-Pex 2023-03-22 16:30:05 +01:00
parent 926025a8ab
commit fbe8229a0a
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ body {
align-items: center;
}
.chat-header-name {
width: 0px; // Set to 0 for flexbox autosize
cursor: pointer;
}
.chat-header-members {