Merge branch 'MDL-62072-master' of git://github.com/bmbrands/moodle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user