Skip to content

Commit 192bcfc

Browse files
committed
fix(e2e-guide): conform code block styling to code-line convention
1 parent d188214 commit 192bcfc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/e2e-testing-guide.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,15 @@
644644
.page-e2e .code-pre-div {
645645
padding: 1.25rem 1.5rem;
646646
overflow-x: auto;
647-
white-space: pre;
648647
font-family: var(--font-mono);
649648
font-size: 12.5px;
650649
line-height: 1.7;
651650
color: #c9d1e0;
652651
display: block;
653652
}
653+
654+
.page-e2e .code-line {
655+
display: block;
656+
white-space: pre;
657+
}
658+

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)