Skip to content

Commit 956dd06

Browse files
committed
Add box-sizing: border-box to line styles to fix overflow
1 parent d4dda46 commit 956dd06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
.vscode-highlight-line {
3333
display: inline-block;
34+
box-sizing: border-box;
3435
width: 100%;
3536
padding-left: 1.5rem;
3637
padding-left: var(--vscode-highlight-padding-left);

0 commit comments

Comments
 (0)