Weird Grid Gap If User is in 2 Forum Groups

Issue Description:

Recently, I noticed this bizarre bug with the grid layout when analyzing forum groups. If you check out a forum user who has only joined 2 forum groups. When comparing with another user who is in many groups, you will encounter a significant difference:

Reproduction Steps:

  1. Find a user on the Developer Forum who only joined 2 forum groups (in this case, you can discover this by going to @/HakaiShin_AOD).
  2. Click on the meatballs dot in the “Group” section below the name of the user.

Visual Aids:

Normal:

Bug:

2 Likes

To my knowledge this is because there are hidden/private groups you cannot see, however they shouldn’t leave a gap.

1 Like

It’s just how the formatting is for it, the issue can occur on any user with 2 groups.

Basically what’s occurring is it’s wanting to fill in the entire row with those two elements but it has a max-size of 250px so instead what it is doing is keeping an even distance between the two in order to ensure the entire frame is being used. Once a 3rd element is added it helps fill in the empty space but it still his the 250px limit (on my monitor at least)

1 Like