mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-62163-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
27013d397c
1 changed files with 5 additions and 0 deletions
|
@ -421,3 +421,8 @@ textarea[data-auto-rows] {
|
||||||
.form-inline[data-fieldtype="tags"] {
|
.form-inline[data-fieldtype="tags"] {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Show editor at 100% width by default.
|
||||||
|
[data-fieldtype="editor"] > div {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue