mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-76440 editor_tiny: Reset text-align to initial
Bootstrap core's "reboot" sets a default text-align which is incompatible with RTL languages. Arguably this should be set in the Boost theme, but this is a fairly large change which has potential to break things so I'm making it here where we experience the issue for now.
This commit is contained in:
parent
898e67ecb3
commit
c99636e0a6
@ -1,3 +1,4 @@
|
||||
body.mce-content-body {
|
||||
margin: revert;
|
||||
text-align: initial;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user