Handle marked adding a <p> to ordered lists.

- This causes the text after a number in the numbered list to be on a new line.
- To fix this, a new style rule is required
This commit is contained in:
Steve-Mcl 2021-10-04 23:00:30 +01:00
parent a89d294b27
commit 5503f53af2
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ div.red-ui-info-table {
border: none;
}
}
p {
display: inline;
}
}
.red-ui-help-info-header {
i {