Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tables: add classes to handle overflowing tables
To be added on a per table basis. * full-bleed lets the table expand beyond the text column * break-word make table content break and wrap instead of forcing width based on content Also added `white-space: nowrap` to `code` in `th` so column name doesn't get squeezed.
- Loading branch information