text
text copied to clipboard
Markdown table will breake the whole design, if wide-text is enabled and you make the table wide enough to have a scroll bar
Describe the bug If you manage to create a scrollbar on the markdown table, while in wide-text mode it'll break the whole side design. The table will "walk" to the right with every inch you widen the table
To Reproduce Steps to reproduce the behavior:
- Create a new markdown file
- Create a table
- Write to header 1-3 this
Lorem ipsum dolor sit amet, consecteturadipiscingelit,seddoeiusmodtemporincididuntutlabore - If that doesnt create the issue for you, add a 4th, 5th, 6th, … column with the same text
Expected behavior It should add a scrollbar and not break the design
Screenshots
Normal, while not having text wide enough to make it scroll
with enough room for a long scrollbar
Server details:
- Nextcloud version: 31.0.4
- PHP Version: 8.3.21
- Database: Postgres 16.9
Client details:
- OS: Debian
- Browser: Firefox
- Browser version: 132
- Device: Desktop
This seems to be related to .content-wrapper container using display: grid and having a <table> element inside.