mirror of https://github.com/node-red/node-red.git
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 requiredpull/3169/head
parent
a89d294b27
commit
5503f53af2
|
@ -212,6 +212,9 @@ div.red-ui-info-table {
|
|||
border: none;
|
||||
}
|
||||
}
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.red-ui-help-info-header {
|
||||
i {
|
||||
|
|
Loading…
Reference in New Issue