From 708a6f0636ab0406a5ea8be80f38391eae39daa7 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Tue, 25 Jun 2024 21:07:00 +0200 Subject: [PATCH] Site: nicer word-break for config references --- site/docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/docs/stylesheets/extra.css b/site/docs/stylesheets/extra.css index 2267da986e7..96efaee31f7 100644 --- a/site/docs/stylesheets/extra.css +++ b/site/docs/stylesheets/extra.css @@ -17,3 +17,7 @@ img.bordered { .md-grid { max-width: 80%; /* or 100%, if you want to stretch to full-width */ } + +.md-typeset td code { + word-break: revert; +}