Resolved!
On the post, in the ‘Table’ block’s “Additional CSS class(es)” property, added:
wrg-table-nowrap
As admin, to the site’s “Appearance” –> “Customize” –> “Additional CSS” added:
.wrg-table-nowrap table { table-layout: auto; }
Leveraged CSS reference here:
https://www.w3schools.com/cssref/
Cheers!
-
This reply was modified 4 years, 5 months ago by wrgrossorg.