Skip to content

Commit 7a83932

Browse files
committed
fix: live dashboard tail -f's are oddly vertically short
1 parent 285a170 commit 7a83932

File tree

1 file changed

+10
-0
lines changed
  • plugins/plugin-codeflare/web/scss/components/Dashboard

1 file changed

+10
-0
lines changed

plugins/plugin-codeflare/web/scss/components/Dashboard/_index.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
}
3737

3838
@include Scrollback {
39+
.kui--ignore-if-empty {
40+
display: flex;
41+
}
42+
.xterm-container {
43+
display: flex;
44+
flex: 1;
45+
& > div {
46+
flex: 1;
47+
}
48+
}
3949
@include Block {
4050
@include IsMaximized {
4151
overflow: hidden;

0 commit comments

Comments
 (0)