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:
Igor Kulikov 2022-06-14 11:11:56 +03:00 committed by GitHub
commit 741347948d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"