When I add a input with a prefix or suffix addon to a horizontal form, the input field is not aligned with normal inputs without prefix or suffix. It is wider on the left and right side. The problem seems to be that the input-group class is added to the wrapper div which also has the classes from the right_column_class setting. They seem to conflict. When I manuall add anoter wrapper div inside and put the input-group class there, it displays correctly.
When I add a input with a prefix or suffix addon to a horizontal form, the input field is not aligned with normal inputs without prefix or suffix. It is wider on the left and right side. The problem seems to be that the input-group class is added to the wrapper div which also has the classes from the right_column_class setting. They seem to conflict. When I manuall add anoter wrapper div inside and put the input-group class there, it displays correctly.
Screenshot:
Code: