derlin / bitdowntoc

Online and command-line Markdown TOC generator, with built-in support for BitBucket Server, GitHub, Gitlab, dev.to and more!
https://bitdowntoc.derlin.ch
Other
92 stars 8 forks source link

fix: don't break UI on long lines #64

Closed derlin closed 2 months ago

derlin commented 2 months ago

When a very long line appears in the editor, it expands the code area and hides the other.

This commit fixes it by adding a max-width on the columns on large displays.

Closes: #63