Skip to content

Commit

Permalink
fix(app): fix button stretch on mobile in field service groups and re…
Browse files Browse the repository at this point in the history
…ports
  • Loading branch information
rhahao committed Sep 10, 2024
1 parent 93524c2 commit fd0787c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const GroupEdit = (props: GroupEditProps) => {
color="red"
startIcon={<IconDelete />}
onClick={props.onDelete}
disableAutoStretch
sx={{ minHeight: '32px', height: '32px' }}
>
{t('tr_delete')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ReportDetails = () => {
variant="small"
onClick={handleBack}
startIcon={<IconArrowBack width={18} height={18} />}
disableAutoStretch
sx={{
height: '32px',
minHeight: '32px',
Expand Down

0 comments on commit fd0787c

Please sign in to comment.