mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-28 14:43:52 +03: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 {
|
.notifications-item:hover .notifications-updated {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pronouns-dropdown, #pronouns-custom {
|
||||||
|
width: 140px;
|
||||||
|
}
|
Loading…
Reference in a new issue