Skip to content

Commit 666ae45

Browse files
authored
fix: Header for content grid expanding (#226)
1 parent 01962b1 commit 666ae45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ nav {
437437

438438
.text-content {
439439
grid-template-columns: var(--grid-content) var(--grid-side-callout);
440-
grid-template-rows: 70px auto;
440+
grid-template-rows: 70px max-content;
441441
column-gap: var(--grid-column-gutter);
442442
}
443443

@@ -484,7 +484,7 @@ nav {
484484

485485
/* Handles different flow-gap of list page */
486486
.list-page.text-content {
487-
grid-template-rows: calc(70px + var(--flow-gap)) auto;
487+
grid-template-rows: calc(70px + var(--flow-gap)) max-content;
488488
}
489489

490490
.api {

0 commit comments

Comments
 (0)