Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上記の 2 つのブロックの幅は同じです。親のdiv(.select)にパディングがあり、「select」に境界線がないため、「見た目」が大きくなります。
あなたが持っている他のCSSとは別に、選択とそのオプションの幅を同じにするために、次の行に何かを追加する必要があります:
select, select option { width: 200px; /* change as needed */ }