Skip to content

Wrap feature flag names instead of truncating

Laura Callahan requested to merge 418147-wrap_feature_flags into master

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
truncated_before wrapped text with extra margins
mobile_before mobile wrapped text with extra margins

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.

Edited by Laura Callahan

Merge request reports