Merge pull request #9332 from ArtemDzhereleiko/AD/bug-fix/dashboard-detatil-button/no-space

Fixed dashboard detail button
This commit is contained in:
Igor Kulikov 2023-10-13 13:16:27 +03:00 committed by GitHub
commit 8aae55a92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,7 @@
[fxShow]="!hideDelete() && !isEdit"> [fxShow]="!hideDelete() && !isEdit">
{{'dashboard.delete' | translate }} {{'dashboard.delete' | translate }}
</button> </button>
</div> <div fxLayout="row">
<div fxLayout="row">
<button mat-raised-button <button mat-raised-button
ngxClipboard ngxClipboard
(cbOnSuccess)="onDashboardIdCopied($event)" (cbOnSuccess)="onDashboardIdCopied($event)"
@ -75,6 +74,7 @@
<mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon> <mat-icon svgIcon="mdi:clipboard-arrow-left"></mat-icon>
<span translate>dashboard.copyId</span> <span translate>dashboard.copyId</span>
</button> </button>
</div>
</div> </div>
<div class="mat-padding" fxLayout="column"> <div class="mat-padding" fxLayout="column">
<mat-form-field class="mat-block" <mat-form-field class="mat-block"