Skip to content

Commit

Permalink
Merge pull request #43443 from ergun1017/feature/align-file-names-whe…
Browse files Browse the repository at this point in the history
…n-renaming

Adresses #27393 - Added margin-left: -1px to remove effect of the left border
  • Loading branch information
isidorn authored Feb 13, 2018
2 parents 5a5c2a8 + 5972d9b commit 8d4c824
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 8d4c824

Please sign in to comment.