We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83d3a2d + 385308c commit 0d35761Copy full SHA for 0d35761
frontend/src/layout/pages/organisation/current/organisationDetail.tsx
@@ -74,7 +74,15 @@ export const OrganisationDetail: React.FC = () => {
74
)}
75
</Heading>
76
{selectedOrganisation?.private && (
77
- <Flex sx={{ ...flexColumnJustifyCenterAlignCenter(3), mb: 4 }}>
+ <Flex
78
+ sx={{
79
+ ...flexColumnJustifyCenterAlignCenter(3),
80
+ mb: 4,
81
+ maxWidth: 500,
82
+ textAlign: 'center',
83
+ mx: 'auto',
84
+ }}
85
+ >
86
<Icon name="lock-1-interface-essential" size={24} />
87
<Box>
88
{t(
0 commit comments