Reduce padding of new markdown cells in notebook

#117493
This commit is contained in:
Matt Bierner 2021-03-04 20:06:57 -08:00
parent 38ac13bc83
commit 567b82a0f9

View file

@ -567,7 +567,7 @@ export class BackLayerWebView<T extends ICommonCellInfo> extends Disposable {
background-color: var(--vscode-diffEditor-insertedTextBackground);
}
#container > div > div > div {
#container > div > div:not(.preview) > div {
overflow-x: scroll;
}