mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
M: Fix wrapping on small screens
This commit is contained in:
parent
4904351647
commit
71b2cf0289
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user