Skip to content

Commit

Permalink
[MWPW-167165] Fix for vimeo video not showing in modal (#3636)
Browse files Browse the repository at this point in the history
* fix for modal video not showing

* fix for vimeo video not showing in modal
  • Loading branch information
robert-bogos authored Feb 6, 2025
1 parent 191dd6b commit c2e64ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/blocks/modal/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
width: fit-content;
}

.dialog-modal .embed-vimeo {
min-width: 80vw;
}

.dialog-modal.tall-video {
--modal-width-var: 50vw;

Expand Down

0 comments on commit c2e64ef

Please sign in to comment.