Merge pull request #6707 from ArtemDzhereleiko/AD/bug-fix/add-widget-dialog
[3.4] Fix remove padding from add widget dialog
This commit is contained in:
		
						commit
						741347948d
					
				@ -28,7 +28,7 @@
 | 
			
		||||
  </mat-toolbar>
 | 
			
		||||
  <mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async">
 | 
			
		||||
  </mat-progress-bar>
 | 
			
		||||
  <div mat-dialog-content>
 | 
			
		||||
  <div mat-dialog-content style="padding: 0;">
 | 
			
		||||
    <fieldset [disabled]="isLoading$ | async" style="position: relative; height: 600px;">
 | 
			
		||||
      <tb-widget-config
 | 
			
		||||
        [aliasController]="aliasController"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user