Skip to content

Commit 643b8b9

Browse files
authored
Merge pull request #16 from henrikekblad/patch-1
Fallback to monospace
2 parents 83b5fce + 7aa10c1 commit 643b8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/less/tree.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@content-padding: 1em; /* 树内容区域缩进2个英文字符, 此处1em为1个中文字符=2个英文字符 */
22

33
.vjs__tree {
4-
font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono";
4+
font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono", monospace;
55
font-size: 14px;
66
.vjs__tree__content {
77
padding-left: @content-padding;

0 commit comments

Comments
 (0)