From 3e54a7d6fb2449e5645ab0bab6e8cc7c4b1915de Mon Sep 17 00:00:00 2001 From: Brave Dick Date: Thu, 25 Sep 2014 19:35:50 +0300 Subject: [PATCH] typo --- scss/foundation/components/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; } -- 2.47.2