Compare commits

..

No commits in common. "b5cde8ed851e5fc33881f716adba625ce781a721" and "36e4b6158122689f955e998ee029ad88924ddd07" have entirely different histories.

View file

@ -1037,11 +1037,7 @@ div.modal.modal-wide {
.tab-pane { .tab-pane {
padding: var(--space-s); padding: var(--space-s);
/* Fixed height (not max-height) so the strip stays the same size max-height: 12rem;
regardless of how much content the active tab has. The console
tab's flex layout reserves full height for the input pin; the
log and files tabs use scrollable overflow. */
height: 18rem;
overflow: auto; overflow: auto;
} }
.tab-pane[hidden] { display: none; } .tab-pane[hidden] { display: none; }