mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
add margin for checkbox in modelview tree (#15522)
This commit is contained in:
1
samples/sqlservices/.gitignore
vendored
1
samples/sqlservices/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
*.vsix
|
||||
typings/*
|
||||
out
|
||||
|
||||
@@ -16,4 +16,8 @@
|
||||
.tree-component-node-tile .model-view-tree-node-item-label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.tree-component-node-tile .checkboxWrapper .checkbox {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user