mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -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 {
|
||||
padding-top: 6px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.notebookEditor .taskbarSeparator {
|
||||
@@ -20,7 +20,7 @@
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 1px 4px;
|
||||
margin: 16px;
|
||||
margin: 8px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user