Skip to content

Commit 858d38a

Browse files
up spacing for REM
1 parent efc8e7c commit 858d38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/src/components/VideoEffects/VideoEffectsItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const _VideoEffectsItem = (props: _VideoEffectsItemProps): JSX.Element =>
128128
const backgroundImage = props.backgroundProps?.url;
129129
const iconContainerStyles = mergeStyles({ height: '1.25rem' }, props.styles?.iconContainer);
130130
const textContainerStyles = mergeStyles(
131-
{ height: '1.25rem', maxWidth: '4.375rem', overflow: 'hidden' },
131+
{ height: '1.25rem', maxWidth: '4.5rem', overflow: 'hidden' },
132132
props.styles?.textContainer
133133
);
134134

0 commit comments

Comments
 (0)