Skip to content

Commit

Permalink
fix(popup): 💄 fix margin of No saved ... text
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 16, 2022
1 parent 04b1cee commit 651beb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/style/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ html#popup {
}
}

p.code {
p {
margin: calc(0.5 * configuration.$margin) calc(1em + configuration.$margin);
word-break: break-word;
}

p.code {
color: var(--code-text-colour);
}

Expand Down

0 comments on commit 651beb4

Please sign in to comment.