set width on pronoun dropdown and custom input

This commit is contained in:
hazycora 2023-09-26 12:51:30 -05:00
parent 864a4332df
commit 708327a548
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -157,3 +157,7 @@
.notifications-item:hover .notifications-updated {
display: none;
}
#pronouns-dropdown, #pronouns-custom {
width: 140px;
}