Skip to content

Commit 8bab710

Browse files
authored
Fix figure spacing (#267)
1 parent ac0fcda commit 8bab710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,8 @@ module.exports = {
13351335
'h4 strong': {
13361336
fontWeight: '700',
13371337
},
1338-
// TODO: Figure out how to not need this, it's a merging issue
1338+
// TODO: Figure out how to not need these, it's a merging issue
1339+
img: {},
13391340
'figure > *': {},
13401341
figcaption: {
13411342
color: 'var(--tw-prose-captions)',

0 commit comments

Comments
 (0)