Different table width in read/edit view (minimal theme)

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:

You could try something like this to see if it helps any:

.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;
}

https://help.obsidian.md/Extending+Obsidian/CSS+snippets

// moved to custom CSS

ty boss, it worked :wink:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.