From: Brave Dick Date: Thu, 25 Sep 2014 16:35:50 +0000 (+0300) Subject: typo X-Git-Tag: v5.4.6~12^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5862%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git typo --- diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 86219d2e0..6de76a4a2 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -467,7 +467,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; height: auto; } - /* Don't allow resize out of parent */ + /* Not allow resize out of parent */ textarea { max-width: 100%; }