Sep 6, 2021 7:27 pm
Can we remove the extra linebreaks from [ code] sections?
The software is inserting BR tags with each newline, but [ code] (really the pre it contains) tags already have the breaks they need.
should be:
these lines should appear
one after another
but they are all spaced out
vertically
Also reset.css is overriding the font from monospace back to default (reset.less, line 23). This probably should not apply to code and pre tags (reset.less, lines 7 and 8). I can add a fix for that once the flex CSS changes settle, but the BRs are probably in PHP which I am not looking at.
Assume my tag names have angle brackets around them, but I can not type them here. :)
The software is inserting BR tags with each newline, but [ code] (really the pre it contains) tags already have the breaks they need.
these lines should appear
one after another
but they are all spaced out
vertically
should be:
these lines should appear
one after another
but they are all spaced out
vertically
Also reset.css is overriding the font from monospace back to default (reset.less, line 23). This probably should not apply to code and pre tags (reset.less, lines 7 and 8). I can add a fix for that once the flex CSS changes settle, but the BRs are probably in PHP which I am not looking at.
Assume my tag names have angle brackets around them, but I can not type them here. :)