- Remove redundant CSS

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-02-15 11:57:27 -05:00
parent cafc0e5628
commit cfc301570e

View File

@@ -50,7 +50,6 @@ function RenderFilters({templateId, form}) {
return (
<div style={{marginTop: '10px'}}>
<Checkbox
style={{width: '100%'}}
checked={visible}
onChange={(e) => setVisible(e.target.checked)}
children={t('reportcenter.labels.advanced_filters')}