Browse Source

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

Added fixed width for embed image dialog
pull/10316/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
45aaca9371
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ui-ngx/src/app/shared/components/image/embed-image-dialog.component.scss

1
ui-ngx/src/app/shared/components/image/embed-image-dialog.component.scss

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

Loading…
Cancel
Save