Input group width
Bootstrap 5 Input group width component
Responsive Input group width built with Bootstrap 5. To change the width of the inputs use bootstrap sizing utilities or bootstrap grid system.
Using sizing utilities
To change the width of the inputs to 50% add .w-50
class to the .input-group
element.
Input with class .w-25
Input with class .w-50
Input with class .w-75
Input without sizing class
Using grid
You can always place your inputs within grid columns and rows.