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
Link to a minimal repro: https://blueprintjs.com/docs/#core/components/dialog.dialog
Providing a sufficiently large child element, such as a long text message, causes the dialog footer to overflow.
The children should be constrained by the width of the footer, and should not overflow the footer.
Add flex-shrink: 1 to bp5-dialog-footer-main-section as in the screenshot above.
flex-shrink: 1
bp5-dialog-footer-main-section
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
Link to a minimal repro: https://blueprintjs.com/docs/#core/components/dialog.dialog
Steps to reproduce
Actual behavior
Providing a sufficiently large child element, such as a long text message, causes the dialog footer to overflow.
Expected behavior
The children should be constrained by the width of the footer, and should not overflow the footer.
Possible solution
Add
flex-shrink: 1
tobp5-dialog-footer-main-section
as in the screenshot above.The text was updated successfully, but these errors were encountered: