[wp-meta] [Making WordPress.org] #4933: Display name issue in edit profile
Making WordPress.org
noreply at wordpress.org
Thu Jan 2 13:37:48 UTC 2020
#4933: Display name issue in edit profile
----------------------------+---------------------
Reporter: mayur6740 | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: |
----------------------------+---------------------
Comment (by netweb):
Removing `height: 28px;` from the below also fixes this on Firefox for me,
just need to test things a little further:
https://bbpress.trac.wordpress.org/browser/trunk/src/templates/default/css/bbpress.css#L738
{{{
#!css
/* Try to prevent untall selects & text boxes */
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type="text"] {
min-height: 28px;
height: 28px;
padding: 5px;
}
}}}
Maybe bumping it to `height: 32px` would work better for Chrome and
Firefox
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4933#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list