diff --git a/Views/Bundle/Create.cshtml b/Views/Bundle/Create.cshtml index 4afc5e1..5197909 100644 --- a/Views/Bundle/Create.cshtml +++ b/Views/Bundle/Create.cshtml @@ -19,7 +19,7 @@
- + @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 2 })