naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.04k stars 317 forks source link

Lists not breaking across columns #229

Closed tyson-nw closed 7 years ago

tyson-nw commented 7 years ago

Long list are not breaking across columns. If the list would span between columns it all jumps to the next column, Manually adding 2 empty lines or a horizontal line ____ between list items it will break there.

Additional Details

Share Link : http://homebrewery.naturalcrit.com/share/BybhOT3v-g

Removing -webkit-column-break-inside: avoid; from .phb ul and adding it to .phb ul li seems to solve it for me.

dmmagic commented 7 years ago

I can confirm this issue is still occurring.

stolksdorf commented 7 years ago

Fixed in v2.6.0, let me know if it's still happening. Column-stuff can be tricky.