MDL-76104 mediaplugin: Make media plugin behave properly in Modal dialog

This commit is contained in:
Huong Nguyen 2022-10-31 09:31:02 +07:00
parent f4801ce455
commit 660d714e71
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -31,3 +31,8 @@
.mod-indent-outer .mediaplugin {
display: table-cell;
}
/* Make media plugin behave properly in Modal dialog. */
.modal-dialog .mediaplugin {
width: 100vw;
}