mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
set width on pronoun dropdown and custom input
This commit is contained in:
parent
864a4332df
commit
708327a548
1 changed files with 4 additions and 0 deletions
|
@ -157,3 +157,7 @@
|
|||
.notifications-item:hover .notifications-updated {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pronouns-dropdown, #pronouns-custom {
|
||||
width: 140px;
|
||||
}
|
Loading…
Reference in a new issue