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
The Dialog header/content/footer paddings are not right The Bootstrap Dialog is not aligned with the UI Kit
For example for material the paddings are: Title - 24px 24px 12px Content - 12px 24px Actions - 8px
For the bootstrap dialog, it looks like this at the moment:
It should follow the UI Kit design:
The paddings for material should be: Title - 16px 24px 0 Content - 14px 24px Actions - 0 8px 8px
The text was updated successfully, but these errors were encountered:
simeonoff
No branches or pull requests
Description
The Dialog header/content/footer paddings are not right
The Bootstrap Dialog is not aligned with the UI Kit
Steps to reproduce
Result
For example for material the paddings are:
Title - 24px 24px 12px
Content - 12px 24px
Actions - 8px
For the bootstrap dialog, it looks like this at the moment:
It should follow the UI Kit design:
Expected result
The paddings for material should be:
Title - 16px 24px 0
Content - 14px 24px
Actions - 0 8px 8px
Attachments
Screen.Recording.2024-11-04.at.8.17.52.mov
Screen.Recording.2024-11-04.at.8.18.31.mov
The text was updated successfully, but these errors were encountered: