From 47c863c0d5a53640cbe382b26d82d16d02cd18ea Mon Sep 17 00:00:00 2001 From: Breizh Date: Wed, 23 Nov 2022 23:07:36 +0100 Subject: [PATCH] Adaptation du word-wrapping pour les fichiers au nom long --- styles/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/default.css b/styles/default.css index 4b833f9..9c9a90d 100644 --- a/styles/default.css +++ b/styles/default.css @@ -54,6 +54,7 @@ audio { h1,h2,h3 { font-family: serif; + word-wrap: break-word; } pre,code { font-family: monospace;