-
Notifications
You must be signed in to change notification settings - Fork 102
Dialog: stretch is set to true, but the content of Dialog is not full stretched #285
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
Comments
Hi @iamuan
@MapTo0: Do you know why it was implemented this way? |
@MarcusNotheis The 90% is good since this width is set for dialog container. What I mentioned was content of dialog which is div element has class name "ui5-popup-content". I update its style on debugging tool, and then the Input and Table in dialog was full sized. (The Table's width is calculated by resizing its parent element, so after update the style in debugging tool, I had to trigger some event to update state to re-render the Table.) |
Hi @iamuan |
Thanks, @MarcusNotheis. I'm closing this issue and waiting from SAP/ui5-webcomponents#920. |
Describe the bug
Stretch is set to true, but the content of Dialog is not full stretched
To Reproduce
Installed version 0.7.1 of @ui5/web-components-react
Expected behavior
The content of Dialog should be full stretched.
The text was updated successfully, but these errors were encountered: