Skip to content

fix: update my project filter icon spacing#2952

Open
ColinBuyck wants to merge 1 commit intodevelopfrom
2879-project-filter-icon-spacing
Open

fix: update my project filter icon spacing#2952
ColinBuyck wants to merge 1 commit intodevelopfrom
2879-project-filter-icon-spacing

Conversation

@ColinBuyck
Copy link
Member

@ColinBuyck ColinBuyck commented Mar 5, 2026

What changes did you make?

  • I removed the justifyContent: space-between CSS property since it was causing the inconsistent spacing. Since we are looking for the default flex spacing, adding justifyContent: flex-start is redundant.

Why did you make the changes (we will use this info to test)?

  • I made these changes so that the My Projects page matched the desired spacing seen on the Manage Submissions page.
  • (The package-lock updates were automatic based on npm install run)

Issue-Specific User Account

Not applicable

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied Screenshot 2026-03-05 144145
Visuals after changes are applied Screenshot 2026-03-05 143922

@ColinBuyck ColinBuyck added the role: front-end Front End Developer label Mar 5, 2026
Copy link
Member

@arshiamasih arshiamasih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

role: front-end Front End Developer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Incorrect spacing of the filter icons on the My Projects page

2 participants