17464 fix margins for custom-field markdown description

This commit is contained in:
Arthur Hanson 2024-09-18 14:35:11 -07:00
parent f7dd09da08
commit 90f89e9db9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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