Fix up room list's width.

This commit is contained in:
Danila Fedorin 2019-05-19 13:47:06 -07:00
parent 3a31f98f3b
commit 151ff413c7
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ div.base-wrapper {
*/
div.rooms-wrapper {
flex-shrink: 0;
width: 15%;
min-width: 200px;
background-color: $background-color-light;
.room-search {