Code formatting causes long lines
fire opened this issue · 1 comments
fire commented
Bug Report
Description
Code formatting causes long lines in the web interface.
Steps to Reproduce
Open an adr and create a markdown section that has a ```````` formatting section that has overly long text.
Expected Behavior
Line should not overflow.
Context
This bug makes the markdown unreadable and unprintable (with ink and toner).
Environment
- Log4brains version: v1.0.0-beta.11 (not sure)
- Node.js version: Whatever the cicd uses on Github
- OS and its version: Firefox
- Browser information: 88.0.1 (64-bit)
Possible Solution
In css: usually you set width and then use overflow: auto on <code> elements.
fire commented
Closing due to a switch to a different software.