ResourceSkeleton: always flex-shrink

Fixes urbit/landscape#842
This commit is contained in:
Matilde Park 2021-05-06 13:14:00 -04:00
parent 00c2f78e7d
commit ab9e3520a3

View File

@ -101,7 +101,7 @@ export function ResourceSkeleton(props: ResourceSkeletonProps): ReactElement {
maxWidth={association?.metadata?.description ? ['100%', '50%'] : 'none'}
mr='2'
ml='1'
flexShrink={[1, 0]}
flexShrink={1}
>
{title}
</Text>