fix bad membership list horizontal scrolling

This commit is contained in:
Matthew Hodgson 2015-07-15 00:31:47 +01:00
parent 77e76972f0
commit 9a51cace34
3 changed files with 21 additions and 11 deletions

View file

@ -31,7 +31,11 @@ limitations under the License.
vertical-align: middle;
width: 32px;
height: 32px;
border-radius: 16px;
}
.mx_RoomTile_avatar img {
border-radius: 16px;
background-color: #dbdbdb;
}
.mx_RoomTile_name {