Opened 10 years ago
Closed 10 years ago
#30171 closed defect (bug) (fixed)
Twenty Fifteen: edit post link text can drop a line below its icon
Reported by: | celloexpressions | Owned by: | iandstewart |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
Let's add white-space: nowrap;
to .edit-link
to avoid the edit link, which should never take up more than a line of text on any screen size anyway, from dropping a line below its icon. I don't think we can do this for any of the other post meta, as they may take up multiple lines if the author name is very long or there are a lot of categories/tags, although we may also be able to force "leave a comment" to stay on the same line with its icon (and with all three words), since that's also a known length.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Make sure Comments Link and Edit link stay the same line with its icon.