Skip to content

Commit

Permalink
fix(button): fix button overflow causing whole screen to overflow lef…
Browse files Browse the repository at this point in the history
…t/right

Closes #1780
  • Loading branch information
rotorgames authored and ajoslin committed Jul 21, 2014
1 parent dd3ce2b commit 114dad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// used to create a larger button "hit" area
position: absolute;
top: -6px;
right: -8px;
right: -6px;
bottom: -6px;
left: -8px;
left: -6px;
content: ' ';
}

Expand Down

0 comments on commit 114dad8

Please sign in to comment.