From 93fff53e29ed3c7e14c6bf05503d0f0bf1581b03 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Sun, 28 Aug 2016 16:22:56 +0100 Subject: [PATCH] Added back the border spacing, as it wasn't the issue --- src/skins/vector/css/vector-web/structures/RoomSubList.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index f3f7037f7d..3bc468fe56 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -40,7 +40,7 @@ limitations under the License. padding-bottom: 6px; cursor: pointer; background-color: rgba(118, 207, 166, 0.2); - /* border-top: solid 2px #eaf5f0; */ + border-top: solid 2px #eaf5f0; } .mx_RoomSubList_label.mx_RoomSubList_fixed {