From 678a982bbb814599ae365da1d038cb2bf2253732 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 11 Dec 2018 13:02:04 +0100 Subject: [PATCH] dont use more padding than needed so no shrinking happens (my guess) --- res/css/structures/_RoomSubList.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index 8db0d4b836..ce28c168b9 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -192,7 +192,7 @@ limitations under the License. .mx_RoomSubList_addRoom { margin-left: 3px; - margin-right: 28px; + margin-right: 10px; } .mx_RoomSubList_label > span {