fix: Fix audit log collapse (#4781)

This commit is contained in:
Bruno Quaresma
2022-10-26 22:02:52 -03:00
committed by GitHub
parent 670d5adfd7
commit 3e15ee3ba0

View File

@ -78,6 +78,8 @@ const useStyles = makeStyles((theme) => ({
fontSize: theme.typography.body2.fontSize, fontSize: theme.typography.body2.fontSize,
borderTop: `1px solid ${theme.palette.divider}`, borderTop: `1px solid ${theme.palette.divider}`,
fontFamily: MONOSPACE_FONT_FAMILY, fontFamily: MONOSPACE_FONT_FAMILY,
position: "relative",
zIndex: 2,
}, },
diffColumn: { diffColumn: {