Skip to content

Commit 70a9cad

Browse files
authored
Merge pull request #506 from pranav-deshmukh/main
fix: content wrap for Code block
2 parents ba367b6 + 7f0d224 commit 70a9cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/components/CodeBlock.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
border: 1px solid #333;
1111
border-left: 3px solid #e81029;
1212
color: #564;
13-
min-width: auto;
14-
max-width: 800px;
13+
min-width: 200px;
14+
width: 800px;
1515
display: flex;
1616
justify-content: space-between;
1717
}

0 commit comments

Comments
 (0)