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

This commit is contained in:
Michael Aherne
2017-07-10 10:23:40 +01:00
parent 23360fd95b
commit 6eaed6226e
+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;
}