mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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,
|
||||
borderTop: `1px solid ${theme.palette.divider}`,
|
||||
fontFamily: MONOSPACE_FONT_FAMILY,
|
||||
position: "relative",
|
||||
zIndex: 2,
|
||||
},
|
||||
|
||||
diffColumn: {
|
||||
|
||||
Reference in New Issue
Block a user