Increase TooltipLinkList max-height to accommodate more links (#8545)

Increase TooltipLinkList max-height to accommodate more links
This commit is contained in:
Michael Shilman 2019-10-24 11:13:28 +08:00 committed by GitHub
commit fcf2df714a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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