Fix padding and centering of display names
This commit is contained in:
parent
58da5e93c0
commit
60fc04756a
2 changed files with 1 additions and 2 deletions
|
@ -269,9 +269,7 @@
|
||||||
|
|
||||||
.display-name {
|
.display-name {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 6px 0;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 36px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -357,6 +357,7 @@
|
||||||
|
|
||||||
.status__info__account {
|
.status__info__account {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-check-box {
|
.status-check-box {
|
||||||
|
|
Loading…
Reference in a new issue