Problem/Motivation

List items are printing with padding above them when they should not in the footer. With every menu item added the padding stacks and stacks so the footer menu look like stairs. See screenshot....
 

Proposed resolution

Fix the padding issue for all menus that currently exist and could be added in the footer.

Remaining tasks

Write a patch.
Code review of the patch.
Visual review of the patch.

Repeat if necessary

RTBC

User interface changes

Fixes a visual bug with menus in the footer.

API changes

None

Data model changes

None.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Bug because if you add menu items to a menu in the footer it does not look visually correct.
Issue priority Not critical because the menu functions fine it's a visual bug.
Unfrozen changes Unfrozen because it only changes CSS.
Disruption Non disruptive it is a small CSS fix
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saki007ster’s picture

saki007ster’s picture

Status: Active » Needs review
Dom.’s picture

Hum... Did patch in the meantime.
So, reviewing saki007ster, I disagree with your choice for it does impact *all* menu-items of the website. Any menu that would be displayed vertically for instance would loose their "vertical space".

Here is another patch proposal that impacts only menus in the footer.
Before patch:

After patch:

bill richardson’s picture

Status: Needs review » Reviewed & tested by the community

Fixes issue in Bartik footer menu

emma.maria’s picture

Thanks @Dom. that solution is great. RTBC++

  • alexpott committed e691335 on 8.0.x
    Issue #2509890 by Dom., saki007ster, emma.maria: Fix footer menus in...
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed e691335 and pushed to 8.0.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.