UX: fix status alignment after core change (#451)

This commit is contained in:
Kris 2023-03-10 16:49:10 -05:00 committed by GitHub
parent 99e5bb48c9
commit 22000f2a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
.user-wrapper {
display: flex;
align-items: flex-end;
align-items: baseline;
line-height: var(--line-height-small);
overflow: hidden;
}