Skip to content

Commit d86e53d

Browse files
committed
add padding to the right side of all markdown text blocks
1 parent a5b8ef7 commit d86e53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/components/markdown/formatting.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {SelectableText} from './selectable'
55

66
export const Paragraph = glamorous(SelectableText)({
77
marginVertical: 3,
8+
paddingRight: 4,
89
})
910

1011
export const BlockQuote = glamorous(Paragraph)({

0 commit comments

Comments
 (0)