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

Commit e74bd7b

Browse files
myan9starpit
authored andcommitted
fix(plugins/plugin-client-common): WatchPane has incorrect padding
Fixes #5015
1 parent e96ece7 commit e74bd7b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $table-grid-cell-size: 1.375em;
3333
/** special styling of input area for pinned scrollbacks */
3434
.repl-block[data-pinned] {
3535
margin: 0;
36+
padding: 0;
3637
position: relative;
3738

3839
/* css magic for inner scrolling (see above and below for more magic rules) */

0 commit comments

Comments
 (0)