@baseLineHeight and inputs with [span*] classes.
Created by: maimairel
When customizing Bootstrap with a different @baseLineHeight than the default one, then inputs inside row-fluid will have different heights compared to inputs in non row-fluid.
This is caused by .row-fluid [class*=span] defines min-height: 30px;
I think this can be fixed by computing the min-height for those inputs.