mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add padding to markdown paragraphs.
This commit is contained in:
parent
30a915921e
commit
1158855a15
@ -53,6 +53,10 @@ DisclaimerScreen.prototype.render = function () {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.markdown p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
`),
|
||||
|
||||
h('div.markdown', {
|
||||
|
Loading…
Reference in New Issue
Block a user