mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
For some reason, having flex-flow column on the pane item views container was forcing the entire view to be repainted on cursor movement and line edits. Allowing the container to flow row-wise and setting the min-height to 0 instead of min-content-height achieves the same layout effect without the huge repaint cost. Flexbox is a fragile bitch.
1.1 KiB
1.1 KiB