Changes between Initial Version and Version 1 of Ticket #63721, comment 2
- Timestamp:
- 07/19/2025 10:03:28 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63721, comment 2
initial v1 2 2 I don't have a problem with adding the custom css but I am puzzled why this has started happening. 3 3 There is already a (closed) issue on github (github.com/WordPress/gutenberg/issues/24393) which shows the expected behaviour for a default table. That is the behaviour which my tables previously displayed but now don't and display as break:word instead. 4 5 I have just checked this on an old (locally-hosted) dev site running WP 6.4.1 6 THe behaviour of the table in a narrow screen is as I expected - horizontal scrolling. It has overflow-wrap set to break-word but word-break is not set on the table at all. 7 I do not have the resources to try this on each subsequent version but it was certainly working as expected a significant amount of time after GB11904 was applied (2018).