ResourceSkeleton: shrink title bar on safari

This commit is contained in:
matildepark 2021-06-29 19:10:06 -04:00 committed by GitHub
parent 1d9407affc
commit 9c2e960536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,8 @@ export function ResourceSkeleton(props: ResourceSkeletonProps): ReactElement {
display='flex'
alignItems='baseline'
width={`calc(100% - ${actionsWidth}px - 16px)`}
flexShrink={0}
flexShrink={1}
minWidth={0}
>
{backLink}
{titleText}