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 01962b1 commit 666ae45Copy full SHA for 666ae45
assets/css/v2/style.css
@@ -437,7 +437,7 @@ nav {
437
438
.text-content {
439
grid-template-columns: var(--grid-content) var(--grid-side-callout);
440
- grid-template-rows: 70px auto;
+ grid-template-rows: 70px max-content;
441
column-gap: var(--grid-column-gutter);
442
}
443
@@ -484,7 +484,7 @@ nav {
484
485
/* Handles different flow-gap of list page */
486
.list-page.text-content {
487
- grid-template-rows: calc(70px + var(--flow-gap)) auto;
+ grid-template-rows: calc(70px + var(--flow-gap)) max-content;
488
489
490
.api {
0 commit comments