Admin Report: fix report flowing off screen on mobile
This commit is contained in:
parent
92053cefb0
commit
946545f869
|
@ -91,7 +91,7 @@ const Report: React.FC<IReport> = ({ id }) => {
|
||||||
</HoverRefWrapper>
|
</HoverRefWrapper>
|
||||||
|
|
||||||
<Stack space={3} grow>
|
<Stack space={3} grow>
|
||||||
<Text tag='h4' weight='bold' truncate>
|
<Text tag='h4' weight='bold'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='admin.reports.report_title'
|
id='admin.reports.report_title'
|
||||||
defaultMessage='Report on {acct}'
|
defaultMessage='Report on {acct}'
|
||||||
|
@ -145,7 +145,7 @@ const Report: React.FC<IReport> = ({ id }) => {
|
||||||
</Stack>
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<HStack space={2} alignItems='start'>
|
<HStack space={2} alignItems='start' className='flex-none'>
|
||||||
<Button onClick={handleCloseReport}>
|
<Button onClick={handleCloseReport}>
|
||||||
<FormattedMessage id='admin.reports.actions.close' defaultMessage='Close' />
|
<FormattedMessage id='admin.reports.actions.close' defaultMessage='Close' />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue