Skip to content

Commit

Permalink
Fix border overlap in quick pick UI (#119039)
Browse files Browse the repository at this point in the history
Fixes #107737
  • Loading branch information
TylerLeonhardt authored Mar 16, 2021
1 parent 813bb39 commit 892a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/parts/quickinput/browser/media/quickInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: absolute;
width: 600px;
z-index: 2000;
padding-bottom: 6px;
padding: 0 1px 6px 1px;
left: 50%;
margin-left: -300px;
}
Expand Down

0 comments on commit 892a108

Please sign in to comment.