ProjectSidewalk / SidewalkWebpage

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

Prevent short gallery tags from taking up too much space #3637

Closed jsomeara closed 2 months ago

jsomeara commented 2 months ago

Resolves #3636

Short gallery tags were not being displayed properly, and they were taking up too much space. This was fixed by removing the flex: 1 css property which was never necessary in the first place (I accidently added this in my first PR which fixed long gallery tags). I tested both short and long gallery tags this time.

Before/After screenshots (if applicable)

Before image After image

Testing instructions
  1. Go to gallery
  2. Find a label with short tags
  3. Verify that the short tag is not filling up the whole space, as seen in the before screenshot
Things to check before submitting the PR