Skip to content

Commit

Permalink
fix(balloon.scss): fix gaps in balloon (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko authored and abdallahalsamman committed Dec 9, 2018
1 parent e757098 commit f765692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/elements/balloons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
&::after {
bottom: -18px;
width: 18px;
height: 3px;
height: 4px;
margin-right: 8px;
background-color: $background-color;
// prettier-ignore
Expand Down Expand Up @@ -82,7 +82,7 @@
&::after {
bottom: -18px;
width: 18px;
height: 3px;
height: 4px;
margin-left: 8px;
background-color: $background-color;
// prettier-ignore
Expand Down

0 comments on commit f765692

Please sign in to comment.