Skip to content

Commit b9c584d

Browse files
committed
fix: right-align the date column in the commit graph
1 parent b6bab57 commit b9c584d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webview-ui/src/components/graph/CommitGraph.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,7 @@
14751475
padding: 0 10px;
14761476
color: var(--text-secondary);
14771477
white-space: nowrap;
1478+
text-align: right;
14781479
}
14791480
14801481
.col-hash {

0 commit comments

Comments
 (0)