mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -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 {
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
min-height: 22px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user