Merge pull request #10276 from vvlladd28/bug/embed-image/fixed-width-dialog

Added fixed width for embed image dialog
This commit is contained in:
Igor Kulikov 2024-03-06 16:32:19 +02:00 committed by GitHub
commit 45aaca9371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@
:host {
.mat-mdc-dialog-content {
display: flex;
width: 780px;
flex-direction: column;
gap: 16px;
.tb-embed-image-text {