debug: fix action bar input being hidden

For #142010
This commit is contained in:
Connor Peet
2022-02-04 11:33:07 -08:00
parent 146049f09c
commit ee9b661cb1

View File

@@ -242,7 +242,6 @@
.debug-pane .inputBoxContainer {
box-sizing: border-box;
flex-grow: 1;
display: none;
}
.debug-pane .debug-watch .monaco-inputbox {