Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve RTL (Right-to-Left) Text Display #546

Open
bashir59 opened this issue Feb 3, 2025 · 1 comment
Open

Improve RTL (Right-to-Left) Text Display #546

bashir59 opened this issue Feb 3, 2025 · 1 comment

Comments

@bashir59
Copy link

bashir59 commented Feb 3, 2025

Dear DeepSeek Development Team,

I’d like to report a display issue affecting RTL (right-to-left) languages such as Persian, Arabic, and others on your platform. Currently, texts in these languages do not render correctly due to improper text direction alignment.

Issue Details:
Problem: RTL texts (e.g., Persian/Arabic) are displayed with incorrect text direction, causing misalignment and readability issues.

Affected Element: The CSS class ds-markdown ds-markdown--block lacks proper RTL styling.

Proposed Solution:
Adding the CSS property direction: rtl; to the class ds-markdown ds-markdown--block will resolve the issue. This simple adjustment ensures RTL texts align correctly from right to left.

Code Suggestion:

css
Copy
.ds-markdown.ds-markdown--block {
direction: rtl;
}
Expected Impact:
Proper RTL text alignment for languages like Persian and Arabic.

Improved readability and user experience for RTL language users.

Additional Notes:
This fix addresses fundamental RTL rendering but could be extended to handle numerals or punctuation if needed.

Tested on [Your OS/Browser] and confirmed resolution (optional: include technical details like OS, browser, or device).

@bashir59
Copy link
Author

bashir59 commented Feb 3, 2025

"This issue is very annoying for non-technical users who cannot use workarounds such as CSS plugins. I ask you to make this a higher priority so that all users, without the need for technical knowledge, can take advantage of Deepseek's AI capabilities. use fully."
Until the official update arrives:
Other users who have this problem, you can add the temporary solution (installing the Custom CSS plugin and the code direction: rtl;) to it.

body {
direction: rtl;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant