Skip to content

Site: Improve table formatting on the spec page - #17527

Open
ArnabKarmakar1108 wants to merge 1 commit into
apache:mainfrom
ArnabKarmakar1108:spec-table-formatting-17139
Open

Site: Improve table formatting on the spec page#17527
ArnabKarmakar1108 wants to merge 1 commit into
apache:mainfrom
ArnabKarmakar1108:spec-table-formatting-17139

Conversation

@ArnabKarmakar1108

Copy link
Copy Markdown

Changes

  • Keep type names like decimal(P, S) on one line in tables (white-space: nowrap on strong cells)
  • Widen the main content area from the Material default (61rem) to 72rem to claim the horizontal space and avoid horizontal scrolling.

Testing

  • Verified manually with cd site && make serve-dev - checked /spec/#primitive-types and the Appendix C schema JSON types table
  • git diff --check

Fixes #17139

Prevent type names like decimal(P,S) from wrapping mid-token in tables and
widen the global content area to 72rem to prevent horizontal scrolling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve table spec page's table formatting

2 participants