[B5] Migration - form-control-sm
Created by: daniel-p-tech
Hi,
I'm migrating my app from B4 to B5. I've noticed that the implementation of form-control-sm
now lacks specific height
assignment:
B4:
height: calc(1.5em + .5rem + 2px);
B5
min-height: calc(1.5em + .5rem + 2px);
This is obviously breaking some of the existing layout. Is this a bug? If not, what is the rationale behind this change and what do you recommend to fix the broken layout? If this breaking change is intentional, it doesn't seem to be documented:
https://getbootstrap.com/docs/5.0/migration/
Thank you.