in flow, under FF (not reproducible on chrome), the words "Edited" and "Before" are getting connected in RTL UI and LTR content.
Example: https://www.mediawiki.org/wiki/Topic:Tq4l6y2iw1jjd19w?uselang=he (the 4th comment in the thread)
Possible fixes:
- When explicitly stating dir=auto or RTL for flow-post-timestamp it looks OK.
- When .flow-timestamp span { direction:embed; } is changed to bidi-override also looks OK.