6 lines
151 B
CSS
6 lines
151 B
CSS
|
|
/* Hide pronouns field in user profile UI */
|
|
#user-pronouns, [for="user-pronouns"], [data-profile-field="pronouns"] {
|
|
display: none !important;
|
|
}
|