Fix long space name shrinks three dot menu button (#2471)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Fri, 29 Aug 2025 19:30:01 +0000 (01:00 +0530)
committerGitHub <noreply@github.com>
Fri, 29 Aug 2025 19:30:01 +0000 (05:30 +1000)
src/app/pages/client/space/Space.tsx

index fe1612fddc5d1a6e9707fee34b691bf31cfbd637..3f60d2a957e49daff93cd76e450fc16835fc88c9 100644 (file)
@@ -271,7 +271,7 @@ function SpaceHeader() {
             </Text>
             {joinRules?.join_rule !== JoinRule.Public && <Icon src={Icons.Lock} size="50" />}
           </Box>
-          <Box>
+          <Box shrink="No">
             <IconButton aria-pressed={!!menuAnchor} variant="Background" onClick={handleOpenMenu}>
               <Icon src={Icons.VerticalDots} size="200" />
             </IconButton>