From a9e2298cf7363fcdd2a936b70592e987f8c04b7f Mon Sep 17 00:00:00 2001 From: Xanazf Date: Tue, 15 Jul 2025 03:25:27 +0300 Subject: [PATCH] fixed(?) mobile type generic display --- src/styles/docs/docs-types.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/docs/docs-types.css b/src/styles/docs/docs-types.css index 78015c1..7853080 100644 --- a/src/styles/docs/docs-types.css +++ b/src/styles/docs/docs-types.css @@ -53,7 +53,7 @@ } .typedocs-data { - & subheading { + & .typedocs-subheading { display: flex; flex-direction: column; gap: 0.618rem; @@ -156,6 +156,7 @@ .type-generic { position: absolute; + width: max-content; left: 0.845rem; top: 1.217rem; }