mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
toolbar separator overlapping with other items (#16012)
* separator overlapping with other items * Update notebook.css
This commit is contained in:
@@ -8,9 +8,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .taskbarSeparator {
|
.notebookEditor .taskbarSeparator {
|
||||||
margin: 0 16px 0 -8px;
|
margin: 0px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .editor-toolbar {
|
.notebookEditor .editor-toolbar {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-width: 0px 0px 1px 0px;
|
border-width: 0px 0px 1px 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user