Skip to content

Commit

Permalink
[WEBSITE-2072] Fixed dropdown__content horizontal animation (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
naseberry authored and UsmanAfzal committed Oct 10, 2017
1 parent e28d51d commit 110400a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylesheets/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
}
.dropdown__content {
@extend .visually-hidden;
padding: 0;
padding-top: 0;
padding-bottom: 0;
}
}
}
Expand Down

0 comments on commit 110400a

Please sign in to comment.