Compare commits
No commits in common. "b5cde8ed851e5fc33881f716adba625ce781a721" and "36e4b6158122689f955e998ee029ad88924ddd07" have entirely different histories.
b5cde8ed85
...
36e4b61581
1 changed files with 1 additions and 5 deletions
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue