ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
84 stars 25 forks source link

Properly truncate long gallery tags in flexbox #3634

Closed jsomeara closed 3 months ago

jsomeara commented 3 months ago

Resolves #3464

Previously, on the gallery page, long tags were not limited and could overflow out of the card container. Adding CSS to limit the tags to only fill up the rest of the flexbox space fixed this.

Before/After screenshots (if applicable)

Before image After image

Testing instructions
  1. Go to the gallery page
  2. Find labels with long tag names
  3. Confirm that they're being limited properly
Things to check before submitting the PR