Make dataview tables 100% width with readable line length

Things I have tried

I’ve tried adding something like this into my CSS Snippets.

table.dataview.table-view-table {
    max-width: 100% !important;
}

What I’m trying to do

I’m trying to make all Dataview tables fill 100% of the pane whilst keeping the Readable line length setting on for text blocks and other notes. Has anyone managed to do this?

1 Like

Hi! max-width determines the maximum size value a container can have, not the width to have by default or the minimum value to render.

Try using width or min-width!

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