mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-57991 media: Prevent mediaplayer taking up too much space
This commit is contained in:
parent
350700bf8b
commit
8b6dcb0479
@ -19,3 +19,8 @@
|
||||
.mediaplugin > div {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* Make media plugin behave properly in mod summaries and labels */
|
||||
.mod-indent-outer .mediaplugin {
|
||||
display: table-cell;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user