This repository demonstrates a common, yet subtle, bug encountered when using Tailwind CSS's flexbox utilities. The issue arises when the content within a flex item exceeds the available space, leading to unpredictable layout behavior.
The bug.html
file showcases the problem. The solution, found in solution.html
, demonstrates a simple yet effective fix.