Skip to content

Commit 7d192e8

Browse files
Fixing resize problem kiddkai#109: cannot shrink console pane using splitter
1 parent 8935405 commit 7d192e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

styles/node-debugger.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ atom-text-editor::shadow {
4848
background-color: #FF850B;
4949
}
5050
}
51+
52+
/* force width to zero to be able to resize to atom-text-editor element*/
53+
/deep/ .scroll-view div.lines {
54+
width:0px !important;
55+
}
5156
}

0 commit comments

Comments
 (0)