claude-code - 💡(How to fix) Fix [BUG] RTL/Hebrew text alignment issues in Claude Desktop [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49521Fetched 2026-04-17 08:38:45
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×2unlabeled ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When writing or reading in Hebrew, text is left-aligned instead of right-aligned. When Hebrew and English appear in the same line, the word order is confusing and unreadable due to missing BiDi (bidirectional text) support. Also, the window close button (X) overlaps the hamburger menu button, making it inaccessible.

What Should Happen?

Text should be right-aligned when Hebrew is detected, and mixed RTL/LTR text should display in correct reading order. The hamburger menu should be accessible without being blocked by the close button.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Desktop
  2. Start a conversation in Hebrew
  3. Observe that text is left-aligned and mixed Hebrew/English text order is incorrect and unreadable
  4. Try to click the hamburger menu — it is blocked by the close button

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Unknown (not displayed in app)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

OS: Windows 10 Home, Version 22H2, Build 19045.7058 This issue also exists in the Claude.ai web version. Fixing this would greatly improve the experience for Hebrew and Arabic-speaking users.

extent analysis

TL;DR

Implementing BiDi (bidirectional text) support and adjusting the layout to accommodate right-to-left languages like Hebrew is likely to fix the text alignment and ordering issues.

Guidance

  • Investigate the current text rendering and layout engine used in Claude Code to identify where BiDi support can be integrated.
  • Review the CSS or styling rules applied to the conversation text area to ensure they accommodate right-to-left languages.
  • Consider adding a language detection mechanism to automatically apply right-alignment and BiDi support when Hebrew or other right-to-left languages are detected.
  • Adjust the positioning of the hamburger menu and close button to prevent overlap, potentially by using a more responsive design.

Example

No specific code example can be provided without knowing the exact technologies and frameworks used in Claude Code, but a general approach might involve using CSS properties like direction: rtl; for right-to-left languages and ensuring the UI components are designed to adapt to different text directions.

Notes

The fix may require updates to both the desktop and web versions of Claude Code, given that the issue is reported in both. Additionally, thorough testing with different languages and scripts will be necessary to ensure the solution works as expected across various use cases.

Recommendation

Apply a workaround by manually adjusting the CSS or styling of the conversation text area to support right-to-left languages until a full BiDi support integration can be implemented, as this would at least partially address the issue for Hebrew-speaking users.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] RTL/Hebrew text alignment issues in Claude Desktop [1 participants]