Why is the input
overflowing? Allocate space not equally
I want an input width of 300 / 4 px (Ignore the border )
<div style="display: flex; width: 300px; background: red; padding: 5px;">
<input style="flex: 1;">
<input style="flex: 1;">
<input style="flex: 1;">
<input style="flex: 1;">
</div>