Created by: andresgalante
This PR fixes #26334 (closed)
When you have a btn on an input group the padding x is attached to the input padding, making it impossible to change the padding of the input without affecting the btn.
This PR detaches it.
@mdo same happens with .input-group-text
do you think we should have a variable to control that too?