Skip to content

Commit a9657f8

Browse files
authored
Correct kitchen catalogue docs rendering (#1157)
## Summary Short description of the change (max 50 chars) ## Detailed description - Short description of the change (max 50 chars) - We changed the kitchen_bench task names which cased the table in the docs to not render nicely due to the longer names. - This fixes this.
1 parent b9fb7d8 commit a9657f8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,11 @@ table.gallery th {
133133
.nv-green-grid-header p {
134134
margin: 0;
135135
}
136+
137+
/* Wrap the long spec names, so the catalog's ``:widths:`` hold and the GIFs get
138+
their share. The anchor needs the rule too: the theme's ``a`` sets
139+
``break-word``, which beats inheritance and does not shrink min-content. */
140+
.kitchen-bench-catalog td:first-child,
141+
.kitchen-bench-catalog td:first-child a {
142+
overflow-wrap: anywhere;
143+
}

0 commit comments

Comments
 (0)