Skip to content

Commit

Permalink
fix(dropdown): reposition alert svg
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 7, 2019
1 parent 8612801 commit 4aa5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
.#{$prefix}--dropdown__invalid {
position: absolute;
top: 50%;
right: 2rem;
right: rem(34px);
fill: $support-01;
transform: translateY(-50%);
}
Expand Down

0 comments on commit 4aa5294

Please sign in to comment.