mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
Removed padding-top / bottom declarations for text cell notebook-preview. This compacts the text cell by 14px on top and bottom. (#13815)
This commit is contained in:
@@ -17,8 +17,6 @@ text-cell-component .notebook-preview {
|
||||
flex-direction: column;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
user-select: none;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
@@ -32,8 +30,6 @@ text-cell-component .show-markdown .notebook-preview {
|
||||
border-style: solid;
|
||||
border-top-width: 0;
|
||||
width: 50%;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.notebook-preview.actionselect {
|
||||
user-select: text;
|
||||
|
||||
Reference in New Issue
Block a user