geeeger / blog

https://loofp.com
1 stars 0 forks source link

input in flex container #43

Open geeeger opened 3 years ago

geeeger commented 3 years ago

https://stackoverflow.com/questions/42421361/input-button-elements-not-shrinking-in-a-flex-container 建议大家小心踩坑

input因为有默认宽度,因此在flex下可能超出容器或无法缩小, 建议解决方案是 min-width: 0 resize: none