Skip to content

Commit efee682

Browse files
committed
fix: removing full height line number gutter
1 parent f114d42 commit efee682

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pages/diff/_diff.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ export default {
179179
.line-numbers {
180180
counter-reset: line-numbers;
181181
@apply relative;
182-
&::before {
183-
content: '';
184-
width: calc(var(--max-line-number-characher) + 4px);
185-
@apply bg-gray-200 left-0 top-0 bottom-0 absolute;
186-
}
187182
p {
188183
padding-left: calc(var(--max-line-number-characher) - 4px);
189184
@apply relative;

0 commit comments

Comments
 (0)