Skip to content

Commit 94adcc7

Browse files
committed
Fix last level indentation
1 parent 456c28c commit 94adcc7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
tags:
7+
- 'v*'
68
jobs:
79
build-and-deploy:
810
runs-on: ubuntu-latest

src/components/VirtualTree/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
display: inline-block;
2020
margin-right: 4px;
2121
cursor: pointer;
22+
min-width: 16px;
2223
.iconfont {
2324
display: block;
2425
}

0 commit comments

Comments
 (0)