Skip to content

Commit febc8d0

Browse files
smikitkykoba04
authored andcommitted
Change h3's width to avoid weired linebreaks (#146)
1 parent 0922d7e commit febc8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeExample/CodeExample.js

Lines changed: 1 addition & 1 deletion
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+
marginRight: 40, // patched in ja.reactjs.org
4545
paddingTop: 0,
4646
},
4747

0 commit comments

Comments
 (0)