Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push companion window styles up to settings #3834

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Push companion window styles up to settings #3834

merged 1 commit into from
Dec 6, 2023

Conversation

cbeer
Copy link
Collaborator

@cbeer cbeer commented Dec 4, 2023

No description provided.

display: 'flex',
flexDirection: 'column',
minHeight: 50,
minWidth: (ownerState?.position === 'left') ? 235 : 100,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the minWidth here if it has been relocated?

minWidth={position === 'left' ? 235 : 100}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so? the react-rnd library wants to know that information too 🤷‍♂️

@jcoyne jcoyne merged commit 01383ef into mui5 Dec 6, 2023
6 checks passed
@jcoyne jcoyne deleted the mui5-cw-styles branch December 6, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants