mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 09:10:29 +03:00
Fix long space name shrinks three dot menu button (#2471)
This commit is contained in:
parent
9b6d22567a
commit
b687f88d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ function SpaceHeader() {
|
||||||
</Text>
|
</Text>
|
||||||
{joinRules?.join_rule !== JoinRule.Public && <Icon src={Icons.Lock} size="50" />}
|
{joinRules?.join_rule !== JoinRule.Public && <Icon src={Icons.Lock} size="50" />}
|
||||||
</Box>
|
</Box>
|
||||||
<Box>
|
<Box shrink="No">
|
||||||
<IconButton aria-pressed={!!menuAnchor} variant="Background" onClick={handleOpenMenu}>
|
<IconButton aria-pressed={!!menuAnchor} variant="Background" onClick={handleOpenMenu}>
|
||||||
<Icon src={Icons.VerticalDots} size="200" />
|
<Icon src={Icons.VerticalDots} size="200" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue