MDL-57991 media: Prevent mediaplayer taking up too much space

This commit is contained in:
Michael Aherne
2017-07-10 10:21:11 +01:00
parent 8e4341402a
commit d0da99d6fa
+5
View File
@@ -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;
}