diff --git a/res/css/views/rooms/_RoomTile2.scss b/res/css/views/rooms/_RoomTile2.scss index 609cf53062..f2ee8c55c7 100644 --- a/res/css/views/rooms/_RoomTile2.scss +++ b/res/css/views/rooms/_RoomTile2.scss @@ -18,7 +18,7 @@ limitations under the License. // Note: the room tile expects to be in a flexbox column container .mx_RoomTile2 { - width: calc(100% - 21px); // 8px for padding (4px on either side), 3px for margin + width: calc(100% - 21px); // 10px for alignment/inset, 8px for padding on sides, 3px for margin margin-bottom: 4px; margin-right: 3px; padding: 4px;