mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-76104 mediaplugin: Make media plugin behave properly in Modal dialog
This commit is contained in:
parent
f4801ce455
commit
660d714e71
@ -31,3 +31,8 @@
|
|||||||
.mod-indent-outer .mediaplugin {
|
.mod-indent-outer .mediaplugin {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make media plugin behave properly in Modal dialog. */
|
||||||
|
.modal-dialog .mediaplugin {
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user