hark: contain snippet gradient

This commit is contained in:
Matilde Park 2020-12-10 12:59:00 -05:00
parent 2b41cd7277
commit e6148bb582

View File

@ -94,7 +94,7 @@ const GraphNodeContent = ({ contents, contacts, mod, description, index, remoteC
<Box mb="2" fontWeight="500">
<Text>{header}</Text>
</Box>
<Box overflow="hidden" maxHeight="400px">
<Box overflow="hidden" maxHeight="400px" position="relative">
<Text lineHeight="tall">{snippet}</Text>
<FilterBox
width="100%"