Skip to content

Commit

Permalink
line break when it’s a long attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Lucas Calheirani <[email protected]>
  • Loading branch information
CarolineLCa committed Oct 16, 2023
1 parent 12c08e6 commit 6853844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const CredentialCard11: React.FC<CredentialCard11Props> = ({
flexGrow: 1,
padding,
marginLeft: -1 * logoHeight + padding,
marginRight: logoHeight + (logoHeight - padding) + padding,
marginRight: logoHeight * 2,
},
imageAttr: {
height: 150,
Expand Down

0 comments on commit 6853844

Please sign in to comment.