Use a minimum cell height to prevent whitespace markdown cells from becoming invisible. (#14008)

This commit is contained in:
Cory Rivera
2021-01-20 16:20:50 -08:00
committed by GitHub
parent 068649cba4
commit 5f61becd36

View File

@@ -6,6 +6,7 @@
.notebook-preview {
font-size: 14px;
line-height: 22px;
min-height: 22px;
word-wrap: break-word;
}