Skip to content

Commit 01144e1

Browse files
authored
fix(plugin-file-tree): add horizontal padding to comment style (#16)
1 parent bc4291c commit 01144e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rspress-plugin-file-tree/src/components/FileTree/FileTreeItem.module.less

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

5454
.comment {
5555
margin-left: 8px;
56+
padding: 0 4px;
5657
color: var(--rp-c-text-2);
5758
font-style: italic;
5859
white-space: nowrap;

0 commit comments

Comments
 (0)