From 2c390b0f689175d5f65335b80add3d829c2085c2 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 3 Apr 2024 13:21:27 -0400 Subject: [PATCH] Limit width of sidebar. --- doc/css/gfm-mod.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/css/gfm-mod.css b/doc/css/gfm-mod.css index 5cd333d7a9..29518d3836 100644 --- a/doc/css/gfm-mod.css +++ b/doc/css/gfm-mod.css @@ -1062,6 +1062,7 @@ div#sidebar { top: 5px; min-width: 200px; font-size: 90%; + max-width: 15.1515%; } div#sidebar ul {