17464 update comments

This commit is contained in:
Arthur Hanson 2024-10-16 13:38:31 -07:00
parent b82525f2e8
commit 67c42ac493

View File

@ -28,17 +28,17 @@
} }
// Remove the bottom margin of <p> elements inside a table cell // Remove the bottom margin of the last <p> elements in markdown
.rendered-markdown { .rendered-markdown {
p:last-of-type { p:last-of-type {
margin-bottom: 0; margin-bottom: 0;
} }
} }
// fix layout of rendered markdown inside a table cell
td > .rendered-markdown { td > .rendered-markdown {
max-height: 200px; max-height: 200px;
overflow-y: scroll; overflow-y: scroll;
} }
// Markdown preview // Markdown preview