From 78ebf8f577d865f6382aea718970034215d0678c Mon Sep 17 00:00:00 2001 From: Loris Cro Date: Sun, 24 Sep 2023 01:14:00 +0200 Subject: [PATCH] autodoc: give explicit width to logo fix #17251 --- lib/docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/docs/index.html b/lib/docs/index.html index 877c1456c4..084d06f6e8 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -133,6 +133,7 @@ .logo { margin: 0.5rem; + width: 130px; } .logo > svg {