fix(ui): right-align Project detail in new workspace combobox (#11521)

Match Run on field layout so short provider details like stablyai/orca
sit on the far right of the committed Project field instead of next to the name.
This commit is contained in:
Neil 2026-07-30 00:37:43 -07:00 committed by GitHub
parent a60aa85592
commit 3bc9355edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export default function ProjectCombobox({
</span>
<ProjectOptionDetail
detail={selected.detail}
className="min-w-0 flex-1 shrink-[999] justify-end text-xs text-muted-foreground"
className="min-w-0 flex-1 shrink-[999] justify-end text-right text-xs text-muted-foreground"
/>
</div>
</div>