Skip to content

Commit

Permalink
Added margin-left: -1px to remove effect of the left border
Browse files Browse the repository at this point in the history
  • Loading branch information
ergunsh committed Feb 11, 2018
1 parent 5b732ed commit 5972d9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
.monaco-workbench.linux .explorer-viewlet .explorer-item .monaco-inputbox,
.monaco-workbench.mac .explorer-viewlet .explorer-item .monaco-inputbox {
height: 22px;
margin-left: -1px;
}

.explorer-viewlet .explorer-item .monaco-inputbox > .wrapper > .input {
Expand Down

0 comments on commit 5972d9b

Please sign in to comment.