Merge pull request #9332 from ArtemDzhereleiko/AD/bug-fix/dashboard-detatil-button/no-space
Fixed dashboard detail button
This commit is contained in:
commit
8aae55a92a
@ -65,7 +65,6 @@
|
|||||||
[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
|
||||||
@ -76,6 +75,7 @@
|
|||||||
<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"
|
||||||
[fxShow]="!isEdit && assignedCustomersText?.length
|
[fxShow]="!isEdit && assignedCustomersText?.length
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user