UX: fix status alignment after core change

This commit is contained in:
awesomerobot 2023-03-10 15:42:14 -05:00
parent 99e5bb48c9
commit 7754aba053
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;
}