Fix padding and centering of display names

master
Thibaut Girka 2019-03-28 14:51:40 +01:00 committed by ThibG
parent 58da5e93c0
commit 60fc04756a
2 changed files with 1 additions and 2 deletions

View File

@ -269,9 +269,7 @@
.display-name {
display: block;
padding: 6px 0;
max-width: 100%;
height: 36px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -357,6 +357,7 @@
.status__info__account {
display: flex;
align-items: center;
}
.status-check-box {