mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 15:53:54 +08:00
Replaces the width/padding/overflow hack with a clean display:none. The previous approach collapsed the cells to zero size but kept them in the layout flow; display:none removes them entirely. Co-Authored-By: Claude <noreply@anthropic.com>