fix: project list view dropdown placement (#4026)
This commit is contained in:
parent
23f77328d4
commit
56d4e25431
2 changed files with 6 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ const ButtonContent: React.FC<ButtonContentProps> = (props) => {
|
|||
return (
|
||||
<>
|
||||
{showCount ? (
|
||||
<div className="relative flex items-center gap-1">
|
||||
<div className="relative flex items-center gap-1 max-w-full">
|
||||
{!hideIcon && <DiceIcon className="h-3 w-3 flex-shrink-0" />}
|
||||
<div className="max-w-40 flex-grow truncate">
|
||||
{value.length > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue