Skip to content

Commit

Permalink
fix(playground): fix layout in chrome when all editors are collapsed (#…
Browse files Browse the repository at this point in the history
…12162)

follow up to #12137
  • Loading branch information
LeoMcA authored Nov 21, 2024
1 parent bebabf7 commit 8dbd410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ main.play {

background-color: var(--background-secondary);
border: var(--editor-header-border-width) solid var(--border-primary);
height: 0;
min-height: var(--editor-header-height);
width: 100%;

Expand Down

0 comments on commit 8dbd410

Please sign in to comment.