From 26c6a24a1eb7e81279473b7bd7cc35cedda8d6e9 Mon Sep 17 00:00:00 2001 From: A Tokle Date: Fri, 27 Feb 2026 12:13:56 +0100 Subject: [PATCH] Change width of dokumentation container to see all columns of CONFIG OPTIONS --- website/src/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index e9dba89d72b7..d58ec2c19fd3 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -23,6 +23,7 @@ secondaryColor: '#464446', --ifm-color-primary-lightest: #97eb2e; --button-margin: 0.25rem; --ifm-code-font-size: 90%; + --ifm-container-width-xl: 1900px; } html[data-theme='light'] {