Skip to content

Commit

Permalink
Revert "debug: fix action bar input being hidden (#142230)"
Browse files Browse the repository at this point in the history
This reverts commit 4a4c17c.
  • Loading branch information
connor4312 committed Feb 4, 2022
1 parent 4a4c17c commit 2078d7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
.debug-pane .inputBoxContainer {
box-sizing: border-box;
flex-grow: 1;
display: none;
}

.debug-pane .debug-watch .monaco-inputbox {
Expand Down

0 comments on commit 2078d7a

Please sign in to comment.