jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Fix cutoff on the text flex item #3

Closed jtaavola closed 1 year ago

jtaavola commented 1 year ago
Screen Shot 2022-10-11 at 8 08 16 PM

When the text overflow, the top is cut off. This happens when using align-items and justify-content and the flex item overflows the flex container 🤷

resource

Fixed with auto margins