Are there any plans to fix the module loader table?
I found a fix for this, I’ll place it here as the issue I originally created on github has since been deleted by a mattlorimer.
If anyone else has this problem this is because the following rule disappears when resizing the window:
table td[class*="col-"], table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
This rule isn’t wrapped in a media rule so the only thing I can think of is some form of JavaScript is removing it.
until the fix is integrated into Suite you can manually fix this by adding another copy of this rule to custom/themes/SuiteP/css/*/styles.css
1 Like
Good fix! If you would put this problem in an Issue, and this CSS code fix, wrapped in a media rule, into a Pull Request, then it will get looked at, tested, approved, and added to Suite a lot sooner.