add margin for checkbox in modelview tree (#15522)

This commit is contained in:
Alan Ren
2021-05-19 15:50:37 -07:00
committed by GitHub
parent 43e8fde775
commit 4a1537aac7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
node_modules
*.vsix
typings/*
out

View File

@@ -17,3 +17,7 @@
overflow: hidden;
text-overflow: ellipsis;
}
.tree-component-node-tile .checkboxWrapper .checkbox {
margin: 3px;
}