17464 fix margins for custom-field markdown description

This commit is contained in:
Arthur Hanson 2024-10-16 07:39:56 -07:00
parent dbc52dc6c7
commit 3f76c5aba8
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

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;