projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ca8ca
)
Fix long space name shrinks three dot menu button (#2471)
author
Ajay Bura
<32841439+ajbura@users.noreply.github.com>
Fri, 29 Aug 2025 19:30:01 +0000
(
01:00
+0530)
committer
GitHub
<noreply@github.com>
Fri, 29 Aug 2025 19:30:01 +0000
(
05:30
+1000)
src/app/pages/client/space/Space.tsx
patch
|
blob
|
history
diff --git
a/src/app/pages/client/space/Space.tsx
b/src/app/pages/client/space/Space.tsx
index fe1612fddc5d1a6e9707fee34b691bf31cfbd637..3f60d2a957e49daff93cd76e450fc16835fc88c9 100644
(file)
--- a/
src/app/pages/client/space/Space.tsx
+++ b/
src/app/pages/client/space/Space.tsx
@@
-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>