| @@ -164,9 +164,9 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria }) => | |||||
| {/* <Grid item xs={9} s={6} md={4} lg={3}> | {/* <Grid item xs={9} s={6} md={4} lg={3}> | ||||
| </Grid> */} | </Grid> */} | ||||
| </Grid> | </Grid> | ||||
| <Grid container justifyContent="flex-end" direction="row" alignItems="center" spacing={3}> | |||||
| <Grid container justifyContent="flex-end" direction="row" alignItems="center" spacing={3} sx={{ ml: 3, mr: 3, mb: 3, }}> | |||||
| <ThemeProvider theme={PNSPS_BUTTON_THEME}> | <ThemeProvider theme={PNSPS_BUTTON_THEME}> | ||||
| <Grid item sx={{ ml: 3, mb: 3, }} > | |||||
| <Grid item > | |||||
| <Button | <Button | ||||
| variant="contained" | variant="contained" | ||||
| type="submit" | type="submit" | ||||
| @@ -175,7 +175,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria }) => | |||||
| </Button> | </Button> | ||||
| </Grid> | </Grid> | ||||
| <Grid item sx={{ ml: 3, mr: 3, mb: 3, }} > | |||||
| <Grid item > | |||||
| <Button | <Button | ||||
| variant="contained" | variant="contained" | ||||
| onClick={generateHandler} | onClick={generateHandler} | ||||