From 6cb4c3bd296e0bbf999f66a773012718a84b4fac Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Feb 2025 22:39:41 +0200 Subject: add word wrap to more styles --- extras/html/themes/business/style.css | 1 + extras/html/themes/future/style.css | 1 + extras/html/themes/retrosimple/style.css | 1 + extras/html/themes/simple/style.css | 1 + 4 files changed, 4 insertions(+) diff --git a/extras/html/themes/business/style.css b/extras/html/themes/business/style.css index e43aa19..43898f7 100644 --- a/extras/html/themes/business/style.css +++ b/extras/html/themes/business/style.css @@ -33,6 +33,7 @@ body { border: 1px solid #ccc; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-radius: 8px; + word-wrap: break-word; } h1, h2, h3 { diff --git a/extras/html/themes/future/style.css b/extras/html/themes/future/style.css index 18b49b2..3441ec9 100644 --- a/extras/html/themes/future/style.css +++ b/extras/html/themes/future/style.css @@ -52,6 +52,7 @@ body { border: 5px double #ff6347; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); border-radius: 15px; + word-wrap: break-word; } h1, h2, h3 { diff --git a/extras/html/themes/retrosimple/style.css b/extras/html/themes/retrosimple/style.css index 49e74ef..1edd18c 100644 --- a/extras/html/themes/retrosimple/style.css +++ b/extras/html/themes/retrosimple/style.css @@ -5,6 +5,7 @@ body { margin: 20px auto; border: 1px solid #000000; border-radius: 15px; + word-wrap: break-word; } a { diff --git a/extras/html/themes/simple/style.css b/extras/html/themes/simple/style.css index e7276cd..49bfd75 100644 --- a/extras/html/themes/simple/style.css +++ b/extras/html/themes/simple/style.css @@ -1,6 +1,7 @@ body { font-family: sans-serif; max-width: 1024px; + word-wrap: break-word; } a { -- cgit v1.2.3