Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 9e21ab9

Browse files
committed
fix(plugins/plugin-client-common): two MiniSplits with open sidecar are too short
Fixes #5171
1 parent ab3c5fc commit 9e21ab9

File tree

1 file changed

+3
-1
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+3
-1
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Layout.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ div.kui--scrollback:nth-of-type(5) {
120120
/* sidecar open, three terminals */
121121
&[data-split-count='3'] {
122122
grid-template-columns: repeat(10, 1fr);
123-
grid-template-rows: repeat(3, 1fr);
123+
grid-template-rows: repeat(5, 1fr);
124124
grid-template-areas:
125125
'T3 T3 T3 T3 S S S S S S'
126126
'T3 T3 T3 T3 S S S S S S'
127+
'T3 T3 T3 T3 S S S S S S'
128+
'T3 T3 T3 T3 T1 T1 T1 T2 T2 T2'
127129
'T3 T3 T3 T3 T1 T1 T1 T2 T2 T2';
128130
}
129131

0 commit comments

Comments
 (0)