apollographql / apollo-server

🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

Home Page:https://www.apollographql.com/docs/apollo-server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs - Inconsistency when wrapping content inside some tables

mathbraga opened this issue · comments

Description

Some tables in the docs seem to not wrap its content correctly and obstruct part of the text, making readers have to scroll back and forth for long content. Makes UI look inconsistent between tables.

Screenshots for clarification

  • Content not wrapping
    image

  • With wrap
    image

Short video for better showcase

issue.mp4

Relevant environment info

Resolution: 1920 x 1080

Browsers tested:

  • Brave v1.59.120
  • Edge 118.0.2088.61

Yeah, this isn't great and something I've noticed before. We didn't come up with a great solution when I brought it up last time. This is due to a combination of long option names (which widens the first column) and long words which can't be broken over a new line in the second column.

For now, you'll probably find the "wide mode" option desirable. You can find it up at the top right next to dark/light mode.