Area: UI
Sub-Area: Header Display
Issue
Long text in entity headers (titles, names, descriptions) would not wrap properly, causing text to overflow, be truncated awkwardly, or extend beyond the visible viewport. This made it difficult to read full entity names and important header information.
Solution
Header text wrapping has been improved across all entity types. The fix implements proper CSS text wrapping with: - Word break handling for long unbroken strings - Multi-line support for lengthy titles - Consistent truncation with tooltips where appropriate - Responsive behavior for different screen sizes
Header text now wraps correctly for: - Dataset names and titles - Glossary term names - Dashboard titles - Column names - Tag names - Domain names
Additional Notes
Fixed in version v0.3.11. The wrapping improvements apply throughout the application, including search results, entity profiles, and embedded views.
Related Documentation
Tags:
ui, text-wrapping, headers, css, display, layout, bug-fix, v0.3.11