fix: Fix long audit log string (#4931)

This commit is contained in:
Bruno Quaresma
2022-11-07 14:39:37 -03:00
committed by GitHub
parent 5f099ea488
commit f15854c179
2 changed files with 3 additions and 2 deletions
@@ -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,
},
},