Display long names in profile select (#2964)

* fix the display of names that are too long to fit in the profile select menu

* revert flexbox addition
This commit is contained in:
Emma Jiang 2022-12-17 05:46:43 -08:00 committed by GitHub
parent d59af75123
commit 79cd65c312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@
}
.profileName {
line-height: 50px;
display: flex;
align-items: center;
height: 50px;
padding-right: 10px;
}
.profileListTitle {