Skip to content

Commit f318b54

Browse files
committed
fix: eliminate grid-gap in dashboard
This streamlines the dashboard a bit.
1 parent 41fdc1c commit f318b54

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
flex: 1;
3232
}
3333

34+
@include SplitContainer {
35+
grid-gap: 0;
36+
}
37+
3438
@include Scrollback {
3539
@include Block {
3640
@include IsMaximized {

0 commit comments

Comments
 (0)