Skip to content

Commit e6ed327

Browse files
committed
chore(react): change maxWidth to minWidth for BaseUserProfile component styling
1 parent 0a9f71f commit e6ed327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/presentation/UserProfile/BaseUserProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ const useStyles = () => {
442442
() => ({
443443
root: {
444444
padding: theme.spacing.unit * 4 + 'px',
445-
maxWidth: '600px',
445+
minWidth: '600px',
446446
margin: '0 auto',
447447
} as CSSProperties,
448448
card: {

0 commit comments

Comments
 (0)