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
td > .rendered-markdown, .form-text .rendered-markdown {
max-height: 200px;
overflow-y: scroll;
.rendered-markdown {
p:last-of-type {
margin-bottom: 0;
}
}
td > .rendered-markdown {
max-height: 200px;
overflow-y: scroll;
}
// Markdown preview
.markdown-widget {
.preview {