Skip to content

Commit e848891

Browse files
committed
575: Center 360 results
1 parent 359805d commit e848891

File tree

1 file changed

+1
-2
lines changed
  • src/client/src/pages/DataView360/Search

1 file changed

+1
-2
lines changed

src/client/src/pages/DataView360/Search/Search.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ export const Search360 = (props) => {
106106
<Box pt={2} pb={4}>
107107
<Typography>You searched for <b>{searchParticipant}</b></Typography>
108108
</Box>
109-
110109
</Grid>
111110
</Grid>
112-
<Grid container direction={"row"}>
111+
<Grid container direction="row" style={{ width: "100%", alignItems: "center", justifyContent: "center", }}>
113112
<Paper>
114113
<TableContainer className={classes.container}>
115114
<Table className={classes.table} size="small" stickyHeader aria-label="sticky table">

0 commit comments

Comments
 (0)