Closed YoniChechik closed 1 year ago
@Josh-Cena Can I work on this issue ?
@Vishruta-Patil Yes, you can directly send a PR
@josh-cena I have setup the project locally but can you tell me where can I find RTL locale with the code block.
You need to start the website with an RTL locale, such as fa
or ar
. You need to modify the config file and then run start
with --locale ar
.
Fixed by #8803. @Vishruta-Patil next time, please read the PR template carefully. There's a checklist item that asks you to fill in the issue number you are fixing.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
codeblock on RTL locale puts copy button on the left while code is also on the left.
This is my current hack to fix this
Reproducible demo
No response
Steps to reproduce
some RTL local with code block
Expected behavior
copy button shold stay on the right
Actual behavior
copy button is on the left
Your environment
No response
Self-service