Label
.wrapper { display: flex; } .wrapper input[type="text"] { flex: 1 1 auto; }
Label