UI: Added fixed width for embed image dialog

This commit is contained in:
Vladyslav_Prykhodko 2024-02-27 17:16:38 +02:00
parent 8d262909f2
commit ff37e7ede5

View File

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