[wp-meta] [Making WordPress.org] #3527: Fix responsiveness for the Blog page
Making WordPress.org
noreply at wordpress.org
Sat Jun 16 09:09:57 UTC 2018
#3527: Fix responsiveness for the Blog page
---------------------------------------+---------------------
Reporter: raajtram | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: needs-testing 2nd-opinion |
---------------------------------------+---------------------
Comment (by ocean90):
A better fix might be to limit the width of the table but still make the
content fully visible by allowing the table to be scrolled:
{{{
table {
overflow-x: auto;
max-width: calc( 100vw - 28px );
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3527#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list