From c8475952bd8007d226db29a1e72272cca80fdb5d Mon Sep 17 00:00:00 2001 From: Xanazf Date: Thu, 14 Nov 2024 18:22:19 +0200 Subject: [PATCH] fix for desktop generic type wrapping --- src/styles/docs/docs-types.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/docs/docs-types.css b/src/styles/docs/docs-types.css index 0933d8d..f11089a 100644 --- a/src/styles/docs/docs-types.css +++ b/src/styles/docs/docs-types.css @@ -327,6 +327,11 @@ html.dark .typevariants { .type-datatype { width: max-content; } + .type-generic { + position: relative; + top: 0; + left: 0; + } .root-nav { & .root-nav-entry { display: grid;