Skuid 11.2.10
The common.css introduces the following styling that messes with skuid tables in certain situations.
th {
text-align: left;
font-weight: bold;
white-space: nowrap
}```

So I added the following to the theme.
table.nx-skootable-data th {
white-space: unset;
}