Skip to content

Commit 45a258f

Browse files
authored
Fix border issue in WordReplacementView (#238283)
fix border problem
1 parent 61760c4 commit 45a258f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/wordReplacementView.ts

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export class WordReplacementView extends Disposable {
205205
//background: 'rgba(122, 122, 122, 0.12)', looks better
206206
background: 'var(--vscode-inlineEdit-wordReplacementView-background)',
207207
pointerEvents: 'none',
208+
boxSizing: 'border-box',
208209
}
209210
}, []),
210211

0 commit comments

Comments
 (0)