| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| admin-lte-v4.8.4.zip | 2026-08-19 | 5.1 MB | |
| README.md | 2026-08-19 | 1.0 kB | |
| v4.8.4 source code.tar.gz | 2026-08-19 | 14.2 MB | |
| v4.8.4 source code.zip | 2026-08-19 | 14.5 MB | |
| Totals: 4 Items | 33.7 MB | 0 | |
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.
:::bash
npm install admin-lte@4.8.4
Full notes: [CHANGELOG](https://github.com/ColorlibHQ/AdminLTE/blob/master/CHANGELOG.md#484
Full Changelog: https://github.com/ColorlibHQ/AdminLTE/compare/v4.8.3...v4.8.4