continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Support for right-to-left (RTL) texts #2767

Open NabiKAZ opened 2 weeks ago

NabiKAZ commented 2 weeks ago

Validations

Problem

Please add a possibility to chat texts and their replies if they are, for example, Persian(Farsi) or Arabic. Display them right to left (RTL).

Solution

Maybe like this:

.thread-message {
    direction: rtl !important;
    text-align: right !important;
}