mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
50bb0d6bfe
When a documentation table has a wide content column, the narrow header columns get squeezed and inline-code header labels break mid-word at their hyphens. On the MCP server tools page this rendered the `local-only` and `read-only` column headers as `local-` / `only` and `read-` / `only`. Apply `white-space: nowrap` to `code` inside `th` so header tokens stay on a single line. The rule is scoped to headers, whose labels are always short, so long code signatures in body cells continue to wrap and no table gains a horizontal scrollbar.