Changing the 'size' parameter only changes the width?
Before we migrated to the latest version of Joomla, we had a larger multiline 'Comments' box, only visible to our membership administrators on the backend, where our membership administration could add notes on manual changes to a member's entry.
It is linked to a 'cb_comment' field in CBSubs
Inspecting that text box's CSS( in Chrome) points to class="form-control"
In the .cb_template .form_control in a number of places the height is fixed '34px'.
Changing that manually to 68px changes all of the profile text boxes.
I assume we would have to construct a custom profile CSS 'cb_comments' edit box in Bootstrap somewhere?
Or are we going about this the wrong way and there is a better built-in alternative in CB/CB Subs.
Thanks in advance.