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

This commit is contained in:
Jun Pataleta 2018-04-26 11:17:27 +08:00
commit 8e82081176

View File

@ -415,3 +415,9 @@ textarea[data-auto-rows] {
display: none;
}
}
// The autocomplete popup needs a display:block container to correctly position to popup.
.form-inline[data-fieldtype="autocomplete"],
.form-inline[data-fieldtype="tags"] {
display: block;
}