Skip to content

Commit 114dad8

Browse files
rotorgamesajoslin
authored andcommitted
fix(button): fix button overflow causing whole screen to overflow left/right
Closes #1780
1 parent dd3ce2b commit 114dad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scss/_button.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// used to create a larger button "hit" area
3434
position: absolute;
3535
top: -6px;
36-
right: -8px;
36+
right: -6px;
3737
bottom: -6px;
38-
left: -8px;
38+
left: -6px;
3939
content: ' ';
4040
}
4141

0 commit comments

Comments
 (0)