Open
Description
(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.
Here are the links for the 2 screen captures above... but this is affecting most of our pages, including providers.
- https://www.pulumi.com/docs/iac/using-pulumi/extending-pulumi/schema/
- https://www.pulumi.com/docs/iac/using-pulumi/extending-pulumi/
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
Labels
Type
Projects
Status
🤔 Triage