[wp-trac] [WordPress Trac] #63721: Horizontal scroll on wide tables no longer works
WordPress Trac
noreply at wordpress.org
Fri Jul 18 12:05:32 UTC 2025
#63721: Horizontal scroll on wide tables no longer works
--------------------------+-----------------------------
Reporter: wwccscorer | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.8.2
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Tables with align:none which are too wide for the screen width no longer
scroll horizontally but instead break words (word-break:break-word from
.wp-block-column, inherited from div)
See http://www.sssccrrl.co.uk/2025-round-5/ on eg a phone for an example.
I can work around using custom CSS :-
.do-not-break-words {
word-break: normal !important;
}
but this is not feasible to apply for all the historic data on my
websites.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63721>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list