17464 review changes

This commit is contained in:
Arthur Hanson 2024-10-16 10:46:27 -07:00
parent 3024073d01
commit b82525f2e8
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -29,15 +29,18 @@
} }
// Remove the bottom margin of <p> elements inside a table cell // Remove the bottom margin of <p> elements inside a table cell
td > .rendered-markdown, .form-text .rendered-markdown { .rendered-markdown {
max-height: 200px;
overflow-y: scroll;
p:last-of-type { p:last-of-type {
margin-bottom: 0; margin-bottom: 0;
} }
} }
td > .rendered-markdown {
max-height: 200px;
overflow-y: scroll;
}
// Markdown preview // Markdown preview
.markdown-widget { .markdown-widget {
.preview { .preview {