mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Address notebook margin and border CSS issues (#3977)
This commit is contained in:
@@ -84,3 +84,9 @@
|
|||||||
.moreActions.actionhidden {
|
.moreActions.actionhidden {
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notebookEditor .notebook-cellTable {
|
||||||
|
border: 1px silver solid;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user