Merge pull request #13127 from vvlladd28/bug/import-dialog/long-file-name
Fixed import file dialog when long file name
This commit is contained in:
commit
2690789d47
@ -28,7 +28,6 @@
|
|||||||
<mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async">
|
<mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async">
|
||||||
</mat-progress-bar>
|
</mat-progress-bar>
|
||||||
<div mat-dialog-content>
|
<div mat-dialog-content>
|
||||||
<fieldset [disabled]="isLoading$ | async">
|
|
||||||
<div class="flex flex-1 flex-col">
|
<div class="flex flex-1 flex-col">
|
||||||
<tb-toggle-select *ngIf="enableImportFromContent"
|
<tb-toggle-select *ngIf="enableImportFromContent"
|
||||||
class="flex-1"
|
class="flex-1"
|
||||||
@ -53,7 +52,6 @@
|
|||||||
label="{{ importContentLabel | translate }}">
|
label="{{ importContentLabel | translate }}">
|
||||||
</tb-json-object-edit>
|
</tb-json-object-edit>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
|
||||||
</div>
|
</div>
|
||||||
<div mat-dialog-actions class="flex items-center justify-end">
|
<div mat-dialog-actions class="flex items-center justify-end">
|
||||||
<button mat-button color="primary"
|
<button mat-button color="primary"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user