Hi,
I had the same issue, and I found the temporary solution.
Somehow it doesn’t work the “Table container max with” option in the setting -> general option.
When it is off it’s add the max 700px option. I had to override it.
Change your table number in the class.
.wptb-table-29030 {
max-width: 100% !important;
}