Skip to content

Commit

Permalink
fix: max-width (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
TahimiLeonBravo committed Jun 17, 2020
1 parent fcaaf75 commit 9faebb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Avatar/styled/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const StyledContent = attachThemeAttrs(styled.span)`
height: 100%;
text-shadow: ${props => props.shadows.shadow_1};
box-sizing: border-box;
width: 100%
&:hover {
color: currentColor;
Expand Down
1 change: 1 addition & 0 deletions src/components/Avatar/styled/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const StyledImage = styled.img`
height: 100%;
width: 100%;
box-sizing: border-box;
max-width: none;
`;

export default StyledImage;

0 comments on commit 9faebb2

Please sign in to comment.