c99636e0a6
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.
5 lines
71 B
CSS
5 lines
71 B
CSS
body.mce-content-body {
|
|
margin: revert;
|
|
text-align: initial;
|
|
}
|