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 {
padding: var(--space-s);
/* Fixed height (not max-height) so the strip stays the same size
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;
max-height: 12rem;
overflow: auto;
}
.tab-pane[hidden] { display: none; }