Fix room list item overflow
This commit is contained in:
parent
ccd328918a
commit
27f155e4a1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
.roomList {
|
||||
|
||||
}
|
||||
|
||||
.roomListItem {
|
||||
|
@ -23,6 +22,7 @@
|
|||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 32px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.roomAvatar > * {
|
||||
|
|
Loading…
Reference in a new issue