mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(app): remove space between ellipsis and truncated text in comment card tooltip
This commit is contained in:
parent
241087d1dc
commit
43906f56c8
1 changed files with 2 additions and 2 deletions
|
|
@ -1717,9 +1717,9 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
<span class="flex max-w-[300px]">
|
||||
<span
|
||||
class="text-text-invert-base truncate min-w-0"
|
||||
style={{ direction: "rtl", "text-align": "left" }}
|
||||
style={{ direction: "rtl", "text-align": "left", "unicode-bidi": "plaintext" }}
|
||||
>
|
||||
<bdi>{getDirectory(item.path)}</bdi>
|
||||
{getDirectory(item.path)}
|
||||
</span>
|
||||
<span class="shrink-0">{getFilename(item.path)}</span>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue