thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code formatting causes long lines

fire opened this issue · comments

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.

Closing due to a switch to a different software.