Have now set the buttons below the input field with override in the custom.css.
Think you can live with that.
Code:
.input-group > .form-control, .input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: inherit;
min-width: 0;
}
width: inherit (and not 0)
Please Log in or Create an account to join the conversation.