mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Reduced margin between notebook cells. Increased space at top of page. (#10735)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
.notebookEditor .scrollable {
|
.notebookEditor .scrollable {
|
||||||
padding-top: 6px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .taskbarSeparator {
|
.notebookEditor .taskbarSeparator {
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 1px 1px 4px;
|
border-width: 1px 1px 1px 4px;
|
||||||
margin: 16px;
|
margin: 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user