mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: project list view dropdown placement (#4026)
This commit is contained in:
committed by
GitHub
parent
23f77328d4
commit
56d4e25431
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user