mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
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:
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
Block a user