mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 06:24:06 +01:00
Refactor ProjectForm component to add tag overflow handling
This commit is contained in:
parent
cbe387172a
commit
df9e810d94
@ -489,7 +489,7 @@ const ProjectForm = ({
|
||||
variant="outline"
|
||||
role="combobox"
|
||||
aria-expanded={open}
|
||||
className="w-96 justify-between"
|
||||
className="w-96 justify-between overflow-hidden text-ellipsis whitespace-nowrap"
|
||||
>
|
||||
{selectedTag.length > 0
|
||||
? selectedTag.join(", ")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user