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:
Igor Kulikov 2025-04-08 16:36:14 +03:00 committed by GitHub
commit 2690789d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,6 @@
<mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async">
</mat-progress-bar>
<div mat-dialog-content>
<fieldset [disabled]="isLoading$ | async">
<div class="flex flex-1 flex-col">
<tb-toggle-select *ngIf="enableImportFromContent"
class="flex-1"
@ -53,7 +52,6 @@
label="{{ importContentLabel | translate }}">
</tb-json-object-edit>
</div>
</fieldset>
</div>
<div mat-dialog-actions class="flex items-center justify-end">
<button mat-button color="primary"