mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
Solves an issue where the new buttons would potentially obscure the entire name of the env:  Now, instead of using grid and container queries to find the right point to break, we're using flex to always wrap before needing to truncate the environment name. The name will still truncate if necessary. Why didn't we do this originally? I ... couldn't think of a way to make flex work in a 2D layout, but the `width: 100%` property seems to do the trick 😄  PS: the buttons only stack when they have to. They stay single-line for as long as possible. (just in case you were wondering). <img width="711" alt="image" src="https://github.com/user-attachments/assets/a9f85118-5b72-4618-a91b-f05c9d520663" /> |
||
|---|---|---|
| .. | ||
| FeatureLifecycle | ||
| FeatureOverviewEnvironments | ||
| FeatureOverviewMetaData | ||
| FeatureOverviewSegment | ||
| FeatureOverviewSidePanel | ||
| ManageTagsDialog | ||
| ReleasePlan | ||
| FeatureOverview.tsx | ||
| LegacyFeatureOverview.tsx | ||
| StrategyDragTooltip.tsx | ||