fix(widget-image): hide image overflow in widget control (#3131)

This commit is contained in:
Shawn Erquhart
2020-01-22 21:40:53 -05:00
committed by GitHub
parent 3ca9a1ba5e
commit db2cbb6f5d

View File

@ -26,6 +26,7 @@ const ImageWrapper = styled.div`
margin-bottom: 20px;
border: ${borders.textField};
border-radius: ${lengths.borderRadius};
overflow: hidden;
${effects.checkerboard};
${shadows.inset};
`;