mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-62163 Theme boost: add flex-grow 1 to atto felement content
This commit is contained in:
parent
446d8483a3
commit
ede6125a08
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user