From 5e9916564ab3a76e30496b44933ccebdd8f64301 Mon Sep 17 00:00:00 2001 From: Rick Bond <2326762+rickbond79@users.noreply.github.com> Date: Tue, 4 Dec 2018 13:10:18 -0500 Subject: [PATCH] Update _inputs.scss Fixed typo "fom" -> "form" --- styles/sass/lib/components/_inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/sass/lib/components/_inputs.scss b/styles/sass/lib/components/_inputs.scss index e3595dea..de7d0bee 100644 --- a/styles/sass/lib/components/_inputs.scss +++ b/styles/sass/lib/components/_inputs.scss @@ -63,7 +63,7 @@ select.form-control { } } -// Read only fom control class +// Read only form control class .form-control-static { overflow: hidden; min-height: auto;