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:
parent
a60aa85592
commit
3bc9355edd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue