After upgrading to Obsidian 1.5.8, the CSS snippet for adjusting table width is not working. Interestingly, tables created with dataview have no issue, but the ones made directly with markdown cannot be controlled.
I do know that tables in Obsidian are wrapped inside a div, both in edit & preview mode, so maybe try using the below code instead that enlarges the container div:
I found one more clue.
When I set table layout to fixed the following css snippet works well. However the obsidian change table width automatically when I change it to auto…