]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add !important to float: none 4988/head
authorWing-Hou Chan <winghouchan@gmail.com>
Thu, 17 Apr 2014 13:07:27 +0000 (14:07 +0100)
committerWing-Hou Chan <winghouchan@gmail.com>
Thu, 17 Apr 2014 13:07:27 +0000 (14:07 +0100)
Add !important to float: none.

Removes .right from _global.scss overwriting this style.

Fixes #4362

scss/foundation/components/_forms.scss

index 2f5040fce1f85c769963d8ec48ad8c40fb42d696..e53688ff25b93fd1a46929d187fa052544913b28 100644 (file)
@@ -152,7 +152,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
 
   // Alignment options
   @if $alignment == right {
-    float: none;
+    float: none !important;
     text-align: right;
   }
   @else if $alignment == inline {