Fixed
Reference tables on the documentation pages pushed the page sideways on a phone.
Markdown pipe-tables render as a bare <table> with no scroll container, so anything wider than about three columns overflowed the viewport — 265px of it on the Colors page at 390px wide, right after 4.8.3 fixed the header's own overflow.
They are now wrapped in .table-responsive with a tab stop, exactly like the hand-written tables beside them: the table scrolls inside the content column, and the scrollable region stays keyboard-reachable. Desktop layout is unchanged.
Only affects the documentation pages shipped in dist/docs/; adminlte.css and adminlte.js are untouched.
npm install admin-lte@4.8.4Full notes: CHANGELOG
Full Changelog: v4.8.3...v4.8.4