Skip to content

Table content is squished, even on larger screens #15106

Open
@aureq

Description

@aureq

(Reported by a customer)

Hi

Some parts of our documentation aren't usable, especially when a table with dense content is present (see links below). Basically, cells are so tight that single words are split across multiple lines making this unnecessarily difficult to read and understand.

Image

Image

Here are the links for the 2 screen captures above... but this is affecting most of our pages, including providers.

Fiddling a bit and here is a possible change. This would allow using the entire browser viewport.

.docs-list-main .docs-main-content-wrapper .docs-main-content {
	margin-left: 3%;
    /* `max-width: 80%` seems like a sweet spot for larger screens */
	max-width: fit-content;
	min-width: 0;
	margin-right: 3%;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docsImprovements or additions to documentationcustomer/feedbackFeedback from customersneeds-triageNeeds attention from the triage team

    Type

    No type

    Projects

    Status

    🤔 Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions