mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-41235 atto - Matching the width of the html view to the wysiwyg view
This commit is contained in:
parent
f09119e1e5
commit
37b16441b8
@ -3,6 +3,11 @@ div.editor_atto {
|
||||
border: 1px solid #444;
|
||||
}
|
||||
|
||||
.editor_atto + textarea {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.editor_atto_toolbar {
|
||||
display: block;
|
||||
}
|
||||
@ -69,3 +74,4 @@ body.dir-rtl div.editor_atto_toolbar button.atto_indent_button {
|
||||
display: block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user