Fix padding and centering of display names
parent
58da5e93c0
commit
60fc04756a
|
@ -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…
Reference in New Issue