Different table width in read/edit view (minimal theme) - Solution not working anymore

Hello I don’t know why but the table expand in reading view when using Minimal Theme. I need some help to fix it.

Already tried changing settings:

In the past, this custom css worked but not anymore:
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer .cm-table-widget,
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer>div:has(>table) {
width: unset;
}