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)
BeforeAfter
Testing instructions
Go to gallery
Find a label with short tags
Verify that the short tag is not filling up the whole space, as seen in the before screenshot
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 After
Testing instructions
Things to check before submitting the PR