pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit e07e2ea188d8b7527e9c85bd152bd70f547a1e9e
parent 7f78ec16d3156fd66392bb09cd3785ddd02f4069
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Jun 2024 18:30:49 +0200

fix: wrap description instead of overflowing

Diffstat:
Massets/style.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -153,6 +153,8 @@ pre { pre#description { font-family: sans-serif, serif; + white-space: pre-wrap; + word-break: keep-all; } pre a.h:hover,