Merge pull request #10276 from vvlladd28/bug/embed-image/fixed-width-dialog
Added fixed width for embed image dialog
This commit is contained in:
commit
45aaca9371
@ -16,6 +16,7 @@
|
||||
:host {
|
||||
.mat-mdc-dialog-content {
|
||||
display: flex;
|
||||
width: 780px;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
.tb-embed-image-text {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user