diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-12 22:39:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-12 22:39:41 +0200 |
| commit | 6cb4c3bd296e0bbf999f66a773012718a84b4fac (patch) | |
| tree | 83d40af6d88493e605d0cda74dec76132b3d1a18 /extras/html/themes/simple | |
| parent | ba73f97e2d341cd735b5b509daa73ae0a8ae3730 (diff) | |
add word wrap to more styles
Diffstat (limited to 'extras/html/themes/simple')
| -rw-r--r-- | extras/html/themes/simple/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
