mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-10-31 20:23:34 +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       : [ | ||||
|         ` | ||||
|             .fuse-confirmation-dialog-panel { | ||||
| 
 | ||||
|                 @screen md { | ||||
|                     @apply w-128; | ||||
|                 } | ||||
| 
 | ||||
|                 .mat-dialog-container { | ||||
|                     padding: 0 !important; | ||||
|                 .mat-mdc-dialog-container { | ||||
| 
 | ||||
|                     .mat-mdc-dialog-surface { | ||||
|                         padding: 0 !important; | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|         ` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user