fix: project list view dropdown placement (#4026)

This commit is contained in:
Anmol Singh Bhatia 2024-03-21 20:47:07 +05:30 committed by GitHub
parent 23f77328d4
commit 56d4e25431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -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