Fix Edit button vertical alignment in Identity Overrides row

Open Beginner friendly
#6,901 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
82/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
react, typescript
Domain
design, frontend

Research direction

Open web/components/modals/create-feature/tabs/IdentityOverridesTab.tsx at lines 256–262 and inspect the outer row container alongside the Edit and delete controls. Apply the stated alignment change, then verify in the Edit Feature modal’s Identity Overrides tab that the controls are vertically centred together.

Written by the indexing model from the issue text.

Description

Problem

In the Edit Feature modal → Identity Overrides tab, the Edit button is vertically misaligned with the other row elements (toggle, identity name, value chip).

Location: web/components/modals/create-feature/tabs/IdentityOverridesTab.tsx lines 256–262

The Edit button (text + icon) has a different layout from the adjacent delete button (icon-only), causing vertical misalignment in the row.

Fix

Add align-items-center to the outer row container.

Acceptance Criteria

  • Edit button and delete icon are vertically centred with the toggle and identity name

Part of the Design System Audit (#6606) · Epic: #6882

Dominant language
Python
Stars
6.6k
Forks
571
Avg merge
1d 16h
Merged PRs (30d)
116

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Flagsmith/flagsmith

All issues in Flagsmith/flagsmith

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.