Admin Report: fix report flowing off screen on mobile

This commit is contained in:
Alex Gleason 2022-11-27 13:33:41 -06:00
parent 92053cefb0
commit 946545f869
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -91,7 +91,7 @@ const Report: React.FC<IReport> = ({ id }) => {
</HoverRefWrapper>
<Stack space={3} grow>
<Text tag='h4' weight='bold' truncate>
<Text tag='h4' weight='bold'>
<FormattedMessage
id='admin.reports.report_title'
defaultMessage='Report on {acct}'
@ -145,7 +145,7 @@ const Report: React.FC<IReport> = ({ id }) => {
</Stack>
</Stack>
<HStack space={2} alignItems='start'>
<HStack space={2} alignItems='start' className='flex-none'>
<Button onClick={handleCloseReport}>
<FormattedMessage id='admin.reports.actions.close' defaultMessage='Close' />
</Button>