fix margin changes between preview placeholders and actual text

This commit is contained in:
Bruno Windels 2020-12-07 17:57:10 +01:00
parent 9395d7f3f5
commit 63b9a4c8b4
1 changed files with 2 additions and 1 deletions

View File

@ -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 {