WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.4K

A non-wrapped table is restricted, and CSS is limited with them.

More information .

A non-wrapped table is restricted, and CSS is limited with them. More information [here](https://stackoverflow.com/questions/8232713/how-to-display-scroll-bar-onto-a-html-table).

(post is archived)

[–] 1 pt

Here's the code:

table td, table th { max-width:20em; }

[–] 0 pt

I have already figured it out, but thanks nevertheless.

I also saved some space by reducing the paddings.