[wp-meta] [Making WordPress.org] #2299: Handbooks: Chapters list items drop to new line on tablet
Making WordPress.org
noreply at wordpress.org
Sun Dec 4 17:44:34 UTC 2016
#2299: Handbooks: Chapters list items drop to new line on tablet
---------------------------+-----------------------------
Reporter: pbujok | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Keywords: has-screenshots
---------------------------+-----------------------------
When you scale down the page on handbooks (for example the Rest API
Handbook, https://developer.wordpress.org/rest-api/), the chapter list
items drop down to a new line. Instead they should wrap the text if it is
too long.
Issue screenshot: https://puu.sh/sE1Np/ddb9bd49ae.png
Here is the code that should be added:
{{{
.devhub-wrap #sidebar ul li > a {
max-width: 75%;
}
}}}
or replace width: 225px with width: 75%.
Fixed screenshot: https://puu.sh/sE22S/ccf1d120cf.png
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2299>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list