Prevent trimming of tall letters in the user selector

This commit is contained in:
Canapin 2023-02-14 17:06:34 +01:00
parent d2cc2c4345
commit 014611bd95
1 changed files with 0 additions and 1 deletions

View File

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