Skip to content

Commit 7882ffc

Browse files
committed
💄 Increase modal size by 25%
1 parent 103f34b commit 7882ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/app/views/issueDetails/issueDetailsTourModal.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function IssueDetailsTourModal({
3939

4040
const ImageContainer = styled('div')`
4141
width: 100%;
42-
height: 226px;
42+
height: 282.5px;
4343
background-image: url(${issueDetailsPreviewImage});
4444
background-size: cover;
4545
background-position: center;
@@ -79,5 +79,5 @@ const Footer = styled('div')`
7979
`;
8080

8181
export const IssueDetailsTourModalCss = css`
82-
width: 436px;
82+
width: 545px;
8383
`;

0 commit comments

Comments
 (0)