Wrap feature flag names instead of truncating
What does this MR do and why?
Related to #418147 (closed)
Replaces feature flag name truncation with word wrapping to reduce confusion between similarly named flags. Also adjusts mobile view to have left aligned text.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Navigate to a project's feature flags (ex:
/ORG_NAME/PROJECT_NAME/-/feature_flags
) - In desktop view, validate that the feature flag name is no longer truncated and appears in full
- In mobile view, validate the same
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Laura Callahan