We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b8ef7 commit d86e53dCopy full SHA for d86e53d
source/views/components/markdown/formatting.js
@@ -5,6 +5,7 @@ import {SelectableText} from './selectable'
5
6
export const Paragraph = glamorous(SelectableText)({
7
marginVertical: 3,
8
+ paddingRight: 4,
9
})
10
11
export const BlockQuote = glamorous(Paragraph)({
0 commit comments