Make sure room name is truncated in UI if too long
This commit is contained in:
parent
926025a8ab
commit
fbe8229a0a
2 changed files with 2 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ body {
|
|||
align-items: center;
|
||||
}
|
||||
.chat-header-name {
|
||||
width: 0px; // Set to 0 for flexbox autosize
|
||||
cursor: pointer;
|
||||
}
|
||||
.chat-header-members {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue