coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.35k stars 331 forks source link

Use .container-fluid for a full width container, spanning the entire width of the viewport #145

Closed swell-d closed 7 months ago

swell-d commented 7 months ago

Use .container-fluid for a full width container, spanning the entire width of the viewport. Using the full width of the screen for wide tables is much more efficient.

coleifer commented 7 months ago

Thanks, I've merged the equivalent patch. We'll try it out and see how people like it.