Skip to content

Commit e9556c6

Browse files
committed
fix: Header for content grid expanding
1 parent 6311910 commit e9556c6

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
@@ -436,7 +436,7 @@ nav {
436436

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

@@ -483,7 +483,7 @@ nav {
483483

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

489489
.api {

0 commit comments

Comments
 (0)