From 385800553c59b0ec7e05c2c050d07a2084052d91 Mon Sep 17 00:00:00 2001 From: Hale Rankin Date: Thu, 17 Dec 2020 12:33:22 -0800 Subject: [PATCH] Removed padding-top / bottom declarations for text cell notebook-preview. This compacts the text cell by 14px on top and bottom. (#13815) --- .../workbench/contrib/notebook/browser/cellViews/textCell.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css index 0e32d333cc..27f480f3c9 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -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;