fleet/frontend/components/TableContainer
Gabriel Hernandez 9f3331ef94
Fix word wrapping on TruncatedTextCell tooltip (#12567)
relates to #12473

Fixes ui bug where the wrapping text on a tooltip in TruncatedTextCell
did not display properly. I fixed this by adding a prop to the component
`tooltipBreakOnWord` which allows devs to configure if the tooltip
breaks on a word, or by default on any character.

**Breaking on a word:**


![image](https://github.com/fleetdm/fleet/assets/1153709/1e3488fd-0051-4bed-8597-e4249a654da3)

**Breaking on any character (default behaviour):**


![image](https://github.com/fleetdm/fleet/assets/1153709/cbb9481f-5cab-4c9b-873a-2343721ebdfe)

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2023-06-29 17:04:25 +01:00
..
DataTable Fix word wrapping on TruncatedTextCell tooltip (#12567) 2023-06-29 17:04:25 +01:00
_styles.scss Fleet UI: Update icons (6 icons only) (#11907) 2023-06-02 09:48:17 -04:00
index.ts Fleet frontend: Fix frontend export warnings where improperly exported interfaces (#11291) 2023-04-25 08:44:08 -04:00
TableContainer.tsx Live query performance improvements (#11995) 2023-06-06 16:23:09 -04:00
TableContainerUtils.ts Fix hosts table search and pagination (#2494) 2021-10-13 13:36:17 -05:00