From 1e8544bf43f402f274a5793d3c3052d0a142c739 Mon Sep 17 00:00:00 2001 From: katzino Date: Thu, 10 Jul 2025 09:39:03 +0200 Subject: [PATCH] fix: navbar subtitle width --- apify-docs-theme/src/theme/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index ddf7968bf4..abbcaab92a 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -561,7 +561,7 @@ aside .icon svg[class*=iconExternalLink] { .navbar__sub--title { display: flex; align-items: center; - width: 200px; + width: 220px; margin-right: 1.6rem; padding-right: 2rem; position: relative;