We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6311910 commit e9556c6Copy full SHA for e9556c6
assets/css/v2/style.css
@@ -436,7 +436,7 @@ nav {
436
437
.text-content {
438
grid-template-columns: var(--grid-content) var(--grid-side-callout);
439
- grid-template-rows: 70px auto;
+ grid-template-rows: 70px max-content;
440
column-gap: var(--grid-column-gutter);
441
}
442
@@ -483,7 +483,7 @@ nav {
483
484
/* Handles different flow-gap of list page */
485
.list-page.text-content {
486
- grid-template-rows: calc(70px + var(--flow-gap)) auto;
+ grid-template-rows: calc(70px + var(--flow-gap)) max-content;
487
488
489
.api {
0 commit comments