Moodle Links Overlay Issues

Issue #677 resolved
Jeremy Hopkins created an issue

When multiple links menus are added they do not lay out properly as shown in the image below. They really need to behave as though in a BS grid or similar:

moodle-links-menu.PNG

Comments (2)

  1. Bas Brands

    The menus are wrapped in a bootstrap grid using spans

    if the number of menus are 4 or less they will be fitted into one row. if there are more menus they will be rendered into rows of 4. I guess the spans do not wrap well on your example. I'll write a fix so it generates better rows.

  2. Log in to comment