mediawiki-skins-Citizen/resources/skins.citizen.styles/components/Tables.less
alistair3149 8c888a7e1f
feat(core): make tables responsive without breaking table layout
Instead of a CSS solution used previously, switch to a JS solution to wrap tables.
This should ensure the table renders correctly and also scrollable.
This lays the groundwork for making table more user-friendly in the future.
2023-04-30 17:01:29 -04:00

4 lines
46 B
Plaintext

.citizen-table-wrapper {
overflow-x: auto;
}