Do you want to request a _feature_ or report a _bug_?
bug
What is the current behavior?
In the jest website:
Whenever the text is on the right side of the block image, it gets the correct margin in between.(margin-right):

But it seems that the block-image component is only getting a margin-right. So when the text is on the left side, the margin is of no use (tho it seems not that obvious to the users):

But this one is obvious:

where there is no margin in between.
I'm happy to take the issue and fix this once it is recognized. 馃槃
You're right. Happy to review the PR fixing these!
Should it be here: https://github.com/facebook/Docusaurus/blob/2e1795319944f5e29297281083981eebd1726041/lib/static/css/main.css#L795-L799
Or in our custom css?
Ideally we could fix this upstream, yea
Thanks @SimenB @thymikee . I submitted a new issue in the Docusaurus project and hopefully I could fix that issue in a few days once that's recognized.
Will update here if that gets fixed. Thanks
Fixed in #5321, /cc @orta (for upstream)
Actually I don't think #5321 necessarily solves the addressed problem. @SimenB
Oh? It fixes the video, but maybe your fix is a more generic one? (happy to reopen)
Emm..It fixes the video, but doesn't fix the problem where when image is aligned right, there is no corresponding margin added in between the text and the image. See below:

Anyway, I think it's an issue related to the upstream repo, docusaurus.
A PR is here concerning that issue: https://github.com/facebook/Docusaurus/pull/398#issuecomment-357525140
Maybe have these two combined. 馃槃
Ah, OK. Let's keep this open then, we might be able to drop a bit of the custom CSS whenever it's released upstream.
Reopening until we upgrade and potentially remove some of the css added in #5321.
Hi @SimenB! I will announce on the @docusaurus twitter feed when 1.0.6 goes out. I might release that in the next week or so, depending on the amount of fixes we have.
I could then do the customized CSS changes @SimenB mentioned 馃憤
@SimenB Docusaurus 1.0.6 went out earlier this week, with this fix in it.
@JoelMarcey we've just upgraded 馃槃 Thank you!
Most helpful comment
@JoelMarcey we've just upgraded 馃槃 Thank you!