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

Commit 12c39b0

Browse files
committed
fix(plugins/plugin-client-common): empty blocks have excessive height
Fixes #5707
1 parent 1920fb9 commit 12c39b0

File tree

1 file changed

+5
-0
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ $action-hover-delay: 140ms;
7777
&:not([data-is-output-only]) .repl-output.repl-result-has-content {
7878
margin-top: 0.5rem;
7979
}
80+
.repl-output:not(.repl-result-has-content) {
81+
.repl-context {
82+
display: none;
83+
}
84+
}
8085
&[data-is-focused]:before {
8186
opacity: 1;
8287
}

0 commit comments

Comments
 (0)