From b19afe4d46e799a7c92b2c516e865b79a1d4f14a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Jul 2020 18:20:11 +0200 Subject: [PATCH] reduce distance between tiles to 12px, so we can align things in LP with --- res/css/structures/_TagPanel.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_TagPanel.scss b/res/css/structures/_TagPanel.scss index 719bf692e6..5a704a3b88 100644 --- a/res/css/structures/_TagPanel.scss +++ b/res/css/structures/_TagPanel.scss @@ -67,9 +67,10 @@ limitations under the License. align-items: center; height: 100%; + padding-top: 6px; } .mx_TagPanel .mx_TagPanel_tagTileContainer > div { - margin: 8px 0; + margin: 6px 0; } .mx_TagPanel .mx_TagTile {