Loading
feat: Add global CSS for word breaking and overflow wrap
This commit introduces a global CSS style to ensure proper word breaking (`word-break: break-word`) and overflow wrapping (`overflow-wrap: break-word`) for all elements. This helps prevent content overflow and horizontal scrolling caused by long text strings. The `cssStyleGlobal()` function generates the `<style>` block which is then included in the HTML `<head>` when rendering messages.