M: Fix wrapping on small screens
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
Frontend CI / notify-failure (push) Has been cancelled

This commit is contained in:
Ivan 2025-09-10 22:05:17 +03:00
parent 4904351647
commit 71b2cf0289

View File

@ -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',