I'm facing an issue with two divs in my design. One of them contains a checkbox and the other has text which can vary in size - sometimes it's small, sometimes it's large. When the text in the second div is big, the box on the left extends all the way down to make up for the height difference if I didn't set its height
attribute to 100%
. However, this leads to a problem.
You can see in the example how the left div extends beyond its boundaries and overlaps with the .reply
div below it. How do I go about fixing this issue?
For better clarity, refer to the graphic below: