File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/material-experimental/mdc-dialog Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ you have custom content within the dialog that is not wrapped with `matDialogCon
61
61
62
62
We provide a backwards compatibility mixin that re-adds the outer padding. The use of this mixin
63
63
is generally not recommended as it results in inefficient CSS for the dialog because padding from
64
- the content elements would need to be off set (to not have stacked padding).Ideally, if you have
64
+ the content elements would need to be off set (to not have stacked padding). Ideally, if you have
65
65
custom content outside of the provided dialog sections, add the necessary padding to the element
66
66
directly through CSS, or move them into one of the defined sections the Angular Material dialog
67
67
provides.
You can’t perform that action at this time.
0 commit comments