mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: Fix audit log collapse (#4781)
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user