Skip to content

Commit 1a67d32

Browse files
committed
Update base.css
1 parent ba87fe3 commit 1a67d32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ pre code {
453453
}
454454

455455
.terminal-section.expanded .section-body {
456-
max-height: 3000px;
456+
max-height: 50000px;
457457
padding: 1rem;
458458
border-top: 1px solid var(--terminal-border-dim);
459459
}
@@ -466,7 +466,7 @@ pre code {
466466
}
467467

468468
.terminal-section.expanded .section-content {
469-
max-height: 2000px;
469+
max-height: 50000px;
470470
}
471471

472472
.section-inner {

0 commit comments

Comments
 (0)