adaptlearning/adapt-contrib-vanilla

Boxmenu: update item graphic margin to support latest template amends

Closed this issue ยท 1 comments

Subject of the issue

Boxmenu PR adaptlearning/adapt-contrib-boxMenu#200, replaces .boxmenu-item__image-container <div> element with a <span>. The existing margin is no longer supported (inline elements only support horizontal margins).

Expected behaviour

Apply margin to .boxmenu-item__details instead.

.boxmenu-item {
  &__image-container + &__details {
    margin-top: @menu-item-image-margin;
  }
}

๐ŸŽ‰ This issue has been resolved in version 9.20.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€