mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Use a minimum cell height to prevent whitespace markdown cells from becoming invisible. (#14008)
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
.notebook-preview {
|
.notebook-preview {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
min-height: 22px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user