Opened 9 years ago
Closed 9 years ago
#1054 closed defect (bug) (fixed)
Theme Directory: Theme navigation is out of place for longer strings
Reported by: | ocean90 | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | has-patch |
Cc: |
Description
See attached screenshot.
Attachments (2)
Change History (9)
#4
@
9 years ago
- Keywords has-patch added; needs-patch removed
The patch has an alternative solution: The arrow before the "Return to Themes List" text, under .close
, is hidden on small devices - @media only screen and (max-width: 480px)
It gives us few extra pixels. And not requires us to do any layout changes.
I believe it's a simple and elegant solution.
This ticket was mentioned in Slack in #meta by ramiy. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
.theme-navigation needs a min-width to keep this from happening, however, if any other pages have longer translations, then that width will need to be higher.
Alternatively, .theme-navigation .close can be limited to a max-width as well, though it looks weird when it wraps the text.