mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
fix left table border to be dotted, no longer have table border on div (#4010)
This commit is contained in:
@@ -86,7 +86,10 @@
|
||||
}
|
||||
|
||||
.notebookEditor .notebook-cellTable {
|
||||
border: 1px silver solid;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.notebookEditor .notebook-cellTable .ui-widget-content.slick-row {
|
||||
border-left: 1px silver dotted;
|
||||
}
|
||||
Reference in New Issue
Block a user