Skip to content

Commit 0c7359c

Browse files
srest2021andrewshie-sentry
authored andcommitted
fix(feedback) warped image in safari bug (#96053)
fixes REPLAY-493
1 parent c0fffa0 commit 0c7359c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/feedback/feedbackItem/feedbackScreenshot.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const StyledImageVisualization = styled(ImageVisualization)`
111111
width: auto;
112112
height: auto;
113113
}
114+
height: auto;
114115
`;
115116
const FileDownload = styled('a')`
116117
cursor: pointer;

0 commit comments

Comments
 (0)