- commit
- 13e7c85432cc586877aaa53ba14812d3623dd253
- parent
- d0ce9325de73d8628ee47d99af15a25f399ab0b8
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-07-15 05:42
word-wrap anywhere especially important for long links
Diffstat
| M | static/style.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
@@ -112,6 +112,7 @@ input:focus {
112 112 border: 1px solid var(--border-color);
113 113 padding: 0.5em;
114 114 margin-block-end: 1em;
-1 115 word-wrap: anywhere;
115 116 }
116 117
117 118 .post header {