I'm trying to follow a design of a select dropdown-list where:
- Padding: 0 10px 0 10px
However, the arrow is not being adjusted at all. It keeps sticking to the right end. Please see attached screenshot for reference.Front End Screenshot
You can also view my codes here
Is there a way to target the specific arrow and apply paddings to it? (Aiming to keep the same padding applied to the input text for both sides)
Thanks!