Forum Discussion
bojanvelevski
4 years agoValued Contributor
@sdoscher , Try disabling the text wrap notice by adding white-space: nowrap;
sdoscher
4 years agoNew Contributor III
OK, I figured out what the issue is. It seems like there is an issue with regard to how WIDE an HTML table can be. As you can see from the original image above, the columns are dates, with a “staff” and “total” column too. I found that I can fit 22 days before the table header starts to wrap (no matter what attributes I added/removed/adjusted).
- j_angelevski4 years agoContributor III
In that case, it’s better if you make your columns into rows. You can have as much rows as you want without text wrapping or some other issues that occur with more columns.