标签: html css
Codepen Demo
select { padding-left: 0; text-indent: 0; } option { margin-left: -2px; /* no effect */ }
<input type="text" value="align with this"> <br> <select name="" id=""> <option value="">All the way left</option> </select>
以下是预期结果