Skip to content

Commit

Permalink
fix: Fix long audit log string (#4931)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoQuaresma committed Nov 7, 2022
1 parent 5f099ea commit f15854c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions site/src/components/AuditLogRow/AuditLogDiff.tsx
Expand Up @@ -89,6 +89,7 @@ const useStyles = makeStyles((theme) => ({
paddingRight: theme.spacing(2),
lineHeight: "160%",
alignSelf: "stretch",
overflowWrap: "anywhere",
},

diffOld: {
Expand Down
4 changes: 2 additions & 2 deletions site/src/components/AuditLogRow/AuditLogRow.stories.tsx
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit f15854c

Please sign in to comment.