From f256f794185d8008122f5dd983bd5f5e712f9427 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 19 Oct 2015 18:27:21 +0100 Subject: [PATCH] accidental regression that was causing the room list to scroll horizontally --- src/skins/vector/css/molecules/RoomTile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/molecules/RoomTile.css b/src/skins/vector/css/molecules/RoomTile.css index 7ff2ff141..511fc94fa 100644 --- a/src/skins/vector/css/molecules/RoomTile.css +++ b/src/skins/vector/css/molecules/RoomTile.css @@ -16,7 +16,7 @@ limitations under the License. .mx_RoomTile { cursor: pointer; - /* display: table-row; */ + display: table-row; color: #818794; }