From 71b2cf028908ee68741228f8cfe53efbd39c7ccf Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:05:17 +0300 Subject: [PATCH] M: Fix wrapping on small screens --- .../src/features/help/pages/manuals-page/topics-static.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/features/help/pages/manuals-page/topics-static.tsx b/rsconcept/frontend/src/features/help/pages/manuals-page/topics-static.tsx index e30338e8..8d1704cc 100644 --- a/rsconcept/frontend/src/features/help/pages/manuals-page/topics-static.tsx +++ b/rsconcept/frontend/src/features/help/pages/manuals-page/topics-static.tsx @@ -27,7 +27,7 @@ export function TopicsStatic({ activeTopic, onChangeTopic }: TopicsStaticProps) getDescription={describeHelpTopic} className={clsx( 'sticky top-0 left-0', - 'min-w-58 max-w-58 sm:min-w-50 sm:max-w-50 md:min-w-58 md:max-w-58', + 'min-w-60 max-w-60', 'cc-scroll-y', 'self-start', 'border-x border-t rounded-none',