*, *::before, *::after { box-sizing: border-box; } form .Row { display: flex; padding: .25rem; } form .Row label { flex-shrink: 0; width: 10rem; text-align: right; display: inline-block; padding-right: .5rem; } form .Row input, form .Row select { height: 2.1rem; } form .Row textarea { flex-shrink: 1; width: 30rem; height: 6rem; }