mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Increase TooltipLinkList max-height to accommodate more links (#8545)
Increase TooltipLinkList max-height to accommodate more links
This commit is contained in:
commit
fcf2df714a
@ -8,7 +8,7 @@ const List = styled.div<{}>(
|
||||
minWidth: 180,
|
||||
overflow: 'hidden',
|
||||
overflowY: 'auto',
|
||||
maxHeight: 10.5 * 32, // 10.5 items
|
||||
maxHeight: 20.5 * 32, // 20.5 items
|
||||
},
|
||||
({ theme }) => ({
|
||||
borderRadius: theme.appBorderRadius * 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user