Created by: MartijnCuppens
.form-select and .form-file have display: inline-block applied to. This results in an inconsistent behaviour in col-auto because the label length influences the col width, even when the label is smaller:
https://codepen.io/MartijnCuppens/pen/wvamMpQ
.form-file is a div, so several properties can be removed. They were added in the past because it used to be a label.
Not sure if we should backport this, could be a BC.