mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
Addresses two issues related to flag names and descriptions overflowing: 1: In the project flag overview, long flag names push the environments off screen. This is handled by setting overflow-wrap: anywhere on the offending text. The text will now use ellipses instead. Before full-width:  Before narrower:  After full-width:  After narrower:  2: On the flag page, long descriptions are rendered in their entirety, even if that's not sensible. They are now truncated after five lines. There is a tooltip that shows the full text, or you can go the flag settings to see the full description. Before:  After:  After (with tooltip):  --- Note, I don't think this is necessarily the perfect solution (it'd be nice to get tooltips for overflowing flag names a "show full description" disclosure button instead of the stupidly long tooltip), but I think it's a step in the right direction. |
||
|---|---|---|
| .. | ||
| cells | ||
| FavoriteIconHeader | ||
| PaginatedTable | ||
| PaginationBar | ||
| SearchHighlightContext | ||
| SortableTableHeader | ||
| StickyPaginationBar | ||
| Table | ||
| TableCell | ||
| TablePlaceholder | ||
| VirtualizedTable | ||
| index.ts | ||