Skip to content

Commit b6814e7

Browse files
committed
Fixing margin and paddings
1 parent a01e235 commit b6814e7

2 files changed

Lines changed: 2 additions & 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' style={{textAlign: 'right', marginTop: '4px'}}>
653+
<div className='col-xs-12 padding-0' style={{textAlign: 'right', marginTop: '8px'}}>
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>

src/components/map-projects/MapProject.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,6 +2891,7 @@ const MapProject = () => {
28912891
onCellClick={doubleClickCallback}
28922892
sx={{
28932893
borderRadius: '0 0 10px 10px',
2894+
borderBottom: 'none',
28942895
'.MuiDataGrid-columnHeader': {
28952896
borderRadius: 0,
28962897
borderTopLeftRadius: '0 !important',

0 commit comments

Comments
 (0)