Skip to content

Commit 5c5ccaa

Browse files
tesseraliscarburo
authored andcommitted
fix code heading width (#165)
1 parent d0526a3 commit 5c5ccaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeExample/CodeExample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CodeExample extends Component {
4141

4242
'& h3': {
4343
color: colors.dark,
44-
maxWidth: '11em',
44+
// maxWidth: '11em',
4545
paddingTop: 0,
4646
},
4747

0 commit comments

Comments
 (0)