From 63b9a4c8b4d690448429de266883d5c0f5f9ac59 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Dec 2020 17:57:10 +0100 Subject: [PATCH] fix margin changes between preview placeholders and actual text --- css/preview.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/preview.css b/css/preview.css index c72e96e..9a0184e 100644 --- a/css/preview.css +++ b/css/preview.css @@ -40,6 +40,7 @@ display: flex; align-items: center; justify-content: center; + box-sizing: border-box; } .PreviewView .identifier { @@ -50,7 +51,7 @@ .PreviewView .identifier.placeholder { height: 1em; - margin: 16px 30%; + margin: 1em 30%; } .PreviewView .memberCount {