We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103f34b commit 7882ffcCopy full SHA for 7882ffc
static/app/views/issueDetails/issueDetailsTourModal.tsx
@@ -39,7 +39,7 @@ export function IssueDetailsTourModal({
39
40
const ImageContainer = styled('div')`
41
width: 100%;
42
- height: 226px;
+ height: 282.5px;
43
background-image: url(${issueDetailsPreviewImage});
44
background-size: cover;
45
background-position: center;
@@ -79,5 +79,5 @@ const Footer = styled('div')`
79
`;
80
81
export const IssueDetailsTourModalCss = css`
82
- width: 436px;
+ width: 545px;
83
0 commit comments