mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-62072-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
8e82081176
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user