You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the news listing page, if the article summary is missing or short, the next article will float up against the article's image and be improperly formatted.
On the news listing page, if the article summary is missing or short, the next article will float up against the article's image and be improperly formatted.
An example of this is currently on the sandbox site at https://drupal-sandbox.webtheme.illinois.edu/news
Screenshot
A possible solution is to add
overflow: auto;
to theli
elements in the listThe text was updated successfully, but these errors were encountered: