Merge branch 'MDL-62268-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Jake Dallimore
2018-05-02 10:12:32 +08:00
2 changed files with 3 additions and 3 deletions
@@ -19,7 +19,7 @@
{{blocktime}}
</div>
{{/displayblocktime}}
<div class="message row-fluid"
<div class="message d-flex row-fluid"
data-region="message"
data-blocktime="{{blocktime}}"
data-id="{{id}}{{isread}}"
+2 -2
View File
@@ -506,11 +506,11 @@
}
.content.left {
float: left;
margin-left: auto;
}
.content.right {
float: right;
margin-right: auto;
}
}
}