mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: Fix long audit log string (#4931)
This commit is contained in:
@@ -89,6 +89,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
paddingRight: theme.spacing(2),
|
||||
lineHeight: "160%",
|
||||
alignSelf: "stretch",
|
||||
overflowWrap: "anywhere",
|
||||
},
|
||||
|
||||
diffOld: {
|
||||
|
||||
@@ -53,8 +53,8 @@ WithLongDiffRow.args = {
|
||||
diff: {
|
||||
...MockAuditLog2.diff,
|
||||
icon: {
|
||||
old: "https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png",
|
||||
new: "https://www.docker.com/wp-content/uploads/2022/03/vertical-logo-monochromatic.png",
|
||||
old: "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.docker.com%2Fcompany%2Fnewsroom%2Fmedia-resources%2F&psig=AOvVaw3hLg_lm0tzXPBt74XZD2GC&ust=1666892413988000&source=images&cd=vfe&ved=0CAwQjRxqFwoTCPDsiKa4_voCFQAAAAAdAAAAABAD",
|
||||
new: "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.kindpng.com%2Fimgv%2FhRowRxi_docker-icon-png-transparent-png%2F&psig=AOvVaw3hLg_lm0tzXPBt74XZD2GC&ust=1666892413988000&source=images&cd=vfe&ved=0CAwQjRxqFwoTCPDsiKa4_voCFQAAAAAdAAAAABAI",
|
||||
secret: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user