We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the code here:
fluentui-contrib/packages/react-chat/src/components/Chat/useChatStyles.styles.ts
Line 26 in 170e83e
The maxWidth of the Chat component is hardcoded to 1056px.
maxWidth
Chat
This is causing issues with a 1P customer, and I'd like to understand where this value originates from.
Could this be removed ?
The text was updated successfully, but these errors were encountered:
Hi @emlynmac, all existing styles can be overridden. You can add maxWidth: 'unset' to Chat: https://stackblitz.com/edit/v7ers1?file=src%2Fexample.tsx
maxWidth: 'unset'
Sorry, something went wrong.
Yes, and we have; the question is why is this limit in the code to start with?
No branches or pull requests
From the code here:
fluentui-contrib/packages/react-chat/src/components/Chat/useChatStyles.styles.ts
Line 26 in 170e83e
The
maxWidth
of theChat
component is hardcoded to 1056px.This is causing issues with a 1P customer, and I'd like to understand where this value originates from.
Could this be removed ?
The text was updated successfully, but these errors were encountered: