From: Wing-Hou Chan Date: Thu, 17 Apr 2014 13:07:27 +0000 (+0100) Subject: Add !important to float: none X-Git-Tag: v5.2.3~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4988%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add !important to float: none Add !important to float: none. Removes .right from _global.scss overwriting this style. Fixes #4362 --- diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 2f5040fce..e53688ff2 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -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 {