Skip to content

Column layout in Additional Information footer: is this desired behaviour? #45

@chrisarridge

Description

@chrisarridge

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.

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions