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:
Hale Rankin
2020-12-17 12:33:22 -08:00
committed by GitHub
parent d8f8abb644
commit 385800553c

View File

@@ -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;