aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/ReplayPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/reports/ReplayPage.js')
-rw-r--r--modern/src/reports/ReplayPage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/reports/ReplayPage.js b/modern/src/reports/ReplayPage.js
index d7c77ee8..51beaeca 100644
--- a/modern/src/reports/ReplayPage.js
+++ b/modern/src/reports/ReplayPage.js
@@ -27,7 +27,7 @@ const useStyles = makeStyles((theme) => ({
top: 0,
margin: theme.spacing(1.5),
width: theme.dimensions.drawerWidthDesktop,
- [theme.breakpoints.down('md')]: {
+ [theme.breakpoints.down('sm')]: {
width: '100%',
margin: 0,
},
@@ -42,7 +42,7 @@ const useStyles = makeStyles((theme) => ({
reportFilterContainer: {
flex: 1,
padding: theme.spacing(2),
- [theme.breakpoints.down('md')]: {
+ [theme.breakpoints.down('sm')]: {
margin: theme.spacing(1),
},
},