Opened 11 years ago
Closed 11 years ago
#26509 closed defect (bug) (fixed)
Cropped characters in post title
Reported by: | SergeyBiryukov | Owned by: | iammattthomas |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | major | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
First noticed the issue in Press This, but it affects the regular Edit Post screen as well.
There's a rule for < 782px that increases padding for #titlediv #title
:
trunk/src/wp-admin/css/wp-admin.css?rev=26827#L11882
It crops some Russian characters (see the screenshot).
Introduced in [26134].
Attachments (3)
Change History (10)
#3
@
11 years ago
Styling text input fields doesn't work the same in all browsers. As far as I see top and bottom padding doesn't make any difference in Chrome, FF and IE on Win7. Leaving it at 3px 8px
or even setting it to 0 8px
looks fine in both "standard" and "responsive" modes.
#4
@
11 years ago
26509.patch looks fine to me; it doesn't seem to hurt anything to eliminate that padding.
Note: See
TracTickets for help on using
tickets.
Actually, that rule doesn't change anything visually (aside from cropping characters).