diff --git a/src/vs/workbench/contrib/notebook/browser/media/notebook.css b/src/vs/workbench/contrib/notebook/browser/media/notebook.css index a13733801b4418eb09e34c945e13f151aec9f38c..5821bc65825a0667ccab29dce323f3073d5e020c 100644 --- a/src/vs/workbench/contrib/notebook/browser/media/notebook.css +++ b/src/vs/workbench/contrib/notebook/browser/media/notebook.css @@ -470,15 +470,13 @@ margin-bottom: 0; } +/* Add minor padding for h and p tags when only one item is there */ .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > h2:only-child, .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > h3:only-child, .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > h4:only-child, .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > h5:only-child, .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > h6:only-child, .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown div > p:only-child { - /* display: flex; - align-items: center; - min-height: 32px;*/ padding-top: 4px; }