mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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
|
node_modules
|
||||||
*.vsix
|
*.vsix
|
||||||
typings/*
|
typings/*
|
||||||
|
out
|
||||||
|
|||||||
@@ -17,3 +17,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tree-component-node-tile .checkboxWrapper .checkbox {
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user