From 7a9de203f959be085ba6e99a7efd3caa295a4f00 Mon Sep 17 00:00:00 2001 From: n-white Date: Wed, 24 Aug 2016 10:10:26 -0700 Subject: [PATCH] Adding description for form-controls (issue: #10320) --- .../01-front-end-development-certification/bootstrap.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/bootstrap.json b/seed/challenges/01-front-end-development-certification/bootstrap.json index 70c88a00a2..6c9077438b 100644 --- a/seed/challenges/01-front-end-development-certification/bootstrap.json +++ b/seed/challenges/01-front-end-development-certification/bootstrap.json @@ -1640,7 +1640,8 @@ ], "description": [ "You can add the fa-paper-plane Font Awesome icon by adding <i class=\"fa fa-paper-plane\"></i> within your submit button element.", - "Give your form's text input field a class of form-control. Give your form's submit button the classes btn btn-primary. Also give this button the Font Awesome icon of fa-paper-plane." + "Give your form's text input field a class of form-control. Give your form's submit button the classes btn btn-primary. Also give this button the Font Awesome icon of fa-paper-plane.", + "All textual <input>, <textarea>, and <select> elements with the class .form-control have a width of 100%." ], "challengeSeed": [ "",