mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
## Addresses #12883 and #12877 - Truncate long query names such that the name itself is truncated with ellipses while the "Observer can run" icon and associated tooltip, if present, remain visible. - Address lower-case "p"s in query name getting cutoff. <img width="944" alt="Screenshot 2023-07-20 at 2 21 16 PM" src="https://github.com/fleetdm/fleet/assets/61553566/09c141e8-a6bf-4380-8bd2-cdcc57019f73"> ## QA @xpkoala –The style that was removed here to address the text cutoff issue is a far-reaching change, since this problem may be happening elsewhere the TextCell component is used. I did manually QA this, but please take a careful look at other tables to double check that other text cells are still styled correctly. - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com> |
||
|---|---|---|
| .. | ||
| ActionButton | ||
| DefaultColumnFilter | ||
| DropdownCell | ||
| HeaderCell | ||
| IssueCell | ||
| LinkCell | ||
| LiveQueryIssueCell | ||
| PillCell | ||
| PlatformCell | ||
| TextCell | ||
| TruncatedTextCell | ||
| _styles.scss | ||
| DataTable.tests.tsx | ||
| DataTable.tsx | ||