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

This commit is contained in:
Andrew Nicols 2018-05-03 09:25:55 +08:00
commit 27013d397c

View file

@ -421,3 +421,8 @@ textarea[data-auto-rows] {
.form-inline[data-fieldtype="tags"] {
display: block;
}
// Show editor at 100% width by default.
[data-fieldtype="editor"] > div {
flex-grow: 1;
}