Merge pull request #11915 from maxunbearable/fix/4549-long-entity-name-delete

Fixed dialog deletion title of entity with long name
This commit is contained in:
Igor Kulikov 2024-11-01 18:47:09 +02:00 committed by GitHub
commit 55bab43d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<h2 mat-dialog-title>{{data.title}}</h2>
<h2 mat-dialog-title tbTruncateWithTooltip>{{data.title}}</h2>
<div mat-dialog-content [innerHTML]="data.message | safe: 'html'"></div>
<div mat-dialog-actions class="flex items-center justify-end">
<button mat-button color="primary" [mat-dialog-close]="false">{{data.cancel}}</button>