Skip to content

Commit e97e1cb

Browse files
committed
Fixing margin and paddings
1 parent 66f53e1 commit e97e1cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/map-projects/Candidates.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ const Candidates = ({rowIndex, alert, setAlert, candidates, setShowItem, showIte
650650
</List>
651651
{
652652
onFetchMore && canFetchMore &&
653-
<div className='col-xs-12 padding-0' style={{textAlign: 'right', marginTop: '8px'}}>
653+
<div className='col-xs-12 padding-0' style={{textAlign: 'right', marginTop: '4px'}}>
654654
<Button disabled={isLoading} size='small' variant='text' sx={{textTransform: 'none'}} onClick={onFetchMore}>
655655
{isLoading ? t('map_project.fetching') : t('map_project.fetch_more')}
656656
</Button>

0 commit comments

Comments
 (0)