Skip to content

Commit

Permalink
fix(interface): 💄 fix popup codeblock margin
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 10, 2022
1 parent 0ce8b0a commit 9818545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ html#popup {
}
}

p {
margin: 1em calc(1em + variables.$margin);
p.code {
margin: calc(0.5 * variables.$margin) calc(1em + variables.$margin);
word-break: break-word;
color: #bbb;
}
Expand All @@ -101,4 +101,4 @@ html#popup {
}
}
}
}
}

0 comments on commit 9818545

Please sign in to comment.