Skip to content

Commit 5bdf09c

Browse files
committed
fix: align signs properly with different line heights
1 parent 4da4c64 commit 5bdf09c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
}
99
}
1010

11+
.git-signs-gutter {
12+
.cm-gutterElement {
13+
padding-top: 0 !important;
14+
}
15+
}
16+
1117
.workspace-leaf-content[data-type="git-view"] .button-border {
1218
border: 2px solid var(--interactive-accent);
1319
border-radius: var(--radius-s);

0 commit comments

Comments
 (0)