Skip to content

Commit

Permalink
Fix extraneous bottom padding.
Browse files Browse the repository at this point in the history
Introduced in #1516.
  • Loading branch information
ghostwords committed Sep 12, 2017
1 parent 19d6263 commit 564f688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {
background: #fefefe;
color: #333;
font-family: helvetica, arial, sans-serif;
padding: 8px 15px;
padding: 8px 15px 0;
box-sizing: border-box;
}
@media screen and (min--moz-device-pixel-ratio:0) {
Expand Down

0 comments on commit 564f688

Please sign in to comment.