style(server-detail): grow inspection-strip tab panes by 50%

Bumps .tab-pane max-height from 12rem (192px) to 18rem (288px) so the
log/console/files content area gets the same +50% vertical breathing
room the tab buttons themselves received in eabb976.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mwiegand 2026-05-17 21:53:47 +02:00
parent 36e4b61581
commit 1105f578e4
No known key found for this signature in database

View file

@ -1037,7 +1037,7 @@ div.modal.modal-wide {
.tab-pane {
padding: var(--space-s);
max-height: 12rem;
max-height: 18rem;
overflow: auto;
}
.tab-pane[hidden] { display: none; }