Skip to content

Commit

Permalink
AeInputAmount: Fix vertical align for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
etharner committed Sep 5, 2019
1 parent 664a970 commit 192feba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/AeInputAmount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ export default {
&::placeholder {
color: $color-neutral;
}
&::-webkit-input-placeholder {
line-height: normal;
}
}
}
</style>

0 comments on commit 192feba

Please sign in to comment.