UX: fix status alignment after core change (#451)
This commit is contained in:
parent
99e5bb48c9
commit
22000f2a5e
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
.user-wrapper {
|
.user-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: baseline;
|
||||||
line-height: var(--line-height-small);
|
line-height: var(--line-height-small);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue