Fix padding and centering of display names

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 1476826aba
commit 177a0ef2ec

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

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

Loading…
Cancel
Save