]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add clearfix to menus with the class .align-right
authorGeoff Kimball <geoff@zurb.com>
Fri, 19 Feb 2016 18:58:40 +0000 (10:58 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 19 Feb 2016 18:58:40 +0000 (10:58 -0800)
scss/components/_menu.scss

index 80c190fc76ad2d26165a3ec19726bb5608a3c510..e0333ec59922191481a5590c2833c101a5a09c92 100644 (file)
@@ -253,6 +253,8 @@ $menu-icon-spacing: 0.25rem !default;
         justify-content: flex-end;
       }
       @else {
+        @include clearfix;
+
         > li {
           float: $global-right;
         }