diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index 0751921da8..27467fb0d7 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -54,6 +54,10 @@ limitations under the License. width: 28px; /* collapsed LHS Panel width */ } +.collapsed .mx_RoomSubList_labelContainer { + width: 28px; /* collapsed LHS Panel width */ +} + .mx_RoomSubList_roomCount { display: inline-block; font-size: 12px;