mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(@fuse/confirmation-dialog) Fixed: Dialog padding is broken because of MDC component class names
This commit is contained in:
parent
de7a598c07
commit
28180c7491
|
@ -8,12 +8,16 @@ import { FuseConfirmationConfig } from '@fuse/services/confirmation/confirmation
|
||||||
styles : [
|
styles : [
|
||||||
`
|
`
|
||||||
.fuse-confirmation-dialog-panel {
|
.fuse-confirmation-dialog-panel {
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply w-128;
|
@apply w-128;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-dialog-container {
|
.mat-mdc-dialog-container {
|
||||||
padding: 0 !important;
|
|
||||||
|
.mat-mdc-dialog-surface {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user