I have encountered an issue with using a textarea and text inputs on the same row. If the textarea expands the height of the row, it does not carry the border down on the div that contains the input due to the div height being different. I am currently trying to write some JS to make all the divs in the row the same height to fix this situation. Is there a CSS way of doing it with this framework?