Area: UI
Sub-Area: Header Text Display
Issue
Text in various header sections throughout the UI would not wrap properly on smaller screens or with long content, causing horizontal scrolling, text cutoff, or layout breaking. This affected readability and user experience across different viewport sizes.
Solution
Header text wrapping has been standardized across the application with responsive CSS improvements. The fix provides: - Automatic text wrapping for long headers - Responsive behavior for different screen sizes - Proper word breaking for very long words - Consistent truncation with tooltips where appropriate
Headers now handle: - Long entity names gracefully - Multi-line titles on narrow screens - Complex Unicode characters and emojis - Mixed content (text with icons)
Additional Notes
Fixed in version v0.3.11. The wrapping improvements ensure better mobile and tablet experience as well as improved display on desktop for entities with lengthy names.
Related Documentation
Tags:
ui, headers, text-wrapping, responsive, layout, css, bug-fix, v0.3.11