Brief Description
Adding content longer than around one line to the Additional Information footer block results in the column layout collapsing to a row-wise layout. This issue is to check that this is desired behaviour.

Severity
Low
Steps to Reproduce
Add a <p> element to one of the <div> elements under a <div> with .iati-footer-block__content and iati-footer-block__content--columns.
For example:
<div>
<ul>
<li><a href="#">Web vX.Y.Z</a></li>
<li><a href="#">API vX.Y.Z</a></li>
</ul>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
Expected Results/Behaviour
I expected the <div> elements to be presented column-wise.
Actual Results/Behaviour
The <div> elements are be presented row-wise.