Skip to content

Commit

Permalink
fix(styles): adds multiline select placeholder normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
RainGrid committed Sep 29, 2023
1 parent 4de1d23 commit d89b5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/_multiple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
&::-webkit-search-cancel-button {
-webkit-appearance: none;
}

&::placeholder {
line-height: normal;
}
}
}

0 comments on commit d89b5b9

Please sign in to comment.