Skip to content

Commit 7174eec

Browse files
Merge pull request #432 from ossf/smaller_width
csp1: Start with smaller width
2 parents 42fcded + 33b91f6 commit 7174eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/csp1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,12 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
388388
<form id="lab">
389389
<pre><code>
390390
const express = require("express");
391-
<input id="attempt0" type="text" size="70" spellcheck="false" value="const">
391+
<input id="attempt0" type="text" size="60" spellcheck="false" value="const">
392392

393393
const app = express();
394394

395395
// Use Helmet to insert hardening headers
396-
<textarea id="attempt1" rows="10" cols="70" spellcheck="false">
396+
<textarea id="attempt1" rows="10" cols="60" spellcheck="false">
397397
app.use(
398398
);
399399
</textarea>

0 commit comments

Comments
 (0)