Skip to content

docs: fix missing space in mdc-dialog readme #20542

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ you have custom content within the dialog that is not wrapped with `matDialogCon

We provide a backwards compatibility mixin that re-adds the outer padding. The use of this mixin
is generally not recommended as it results in inefficient CSS for the dialog because padding from
the content elements would need to be off set (to not have stacked padding).Ideally, if you have
the content elements would need to be off set (to not have stacked padding). Ideally, if you have
custom content outside of the provided dialog sections, add the necessary padding to the element
directly through CSS, or move them into one of the defined sections the Angular Material dialog
provides.
Expand Down