-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Dialog]: Buttons leave too much spacing on the right #7354
Comments
Hi @mhchem Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository. Hi colleagues, the dialog in our example is implemented as shown in this codeSandbox example. |
Hello @SAP/ui5-webcomponents-topic-rd, Can you look into this? It seems like the dialog footer and the bar in the slot are applying their own seperate padding. Thanks, |
When ui5-bar is used inside ui5-dialog there is need of additional styling from your side. Please add to your sample similar code to this and this will solve the issue: Best Regards, |
wouldn't this cause discrepancies with the responsive padding of the content and the header of the dialog? |
Hi @Lukas742 , Yes, the responsive paddings are not still implemented for the ui5-bar, but sooner or later will be. Best Regards, |
Ok, we will adjust our examples then. Thanks :) |
@Lukas742 I have merged my pull request. Could you please move this issue to your project "SAP/ui5-webcomponents-react" |
Hello @mhchem , It looks like the sample is corrected. Best Regards, |
Describe the bug
Buttons leave too much spacing on the right. There should be 1rem, not 2 (in this size).
https://sap.github.io/ui5-webcomponents-react/?path=/docs/modals-popovers-dialog--docs
UI5 Web Components for React Version
latest
UI5 Web Components Version
latest
Browser
Chrome
Declaration
The text was updated successfully, but these errors were encountered: