Skip to content

Commit 43d6e7c

Browse files
authored
Merge pull request #15 from TechnologyEnhancedLearning/Develop/Fixes/TD-1397_Mobile_view_issue_for_longer_validation_message
TD-1397 Fixed issue in mobile view for longer validation message
2 parents fc3e385 + 554d33a commit 43d6e7c

File tree

1 file changed

+1
-1
lines changed
  • NHSUKViewComponents.Web/Views/Shared/Components/TextInput

1 file changed

+1
-1
lines changed

NHSUKViewComponents.Web/Views/Shared/Components/TextInput/Default.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@using NHSUKViewComponents.Web.ViewModels
22
@using NHSUKViewComponents.Web.Helpers
33
@model TextInputViewModel
4-
<div class="nhsuk-form-group @(Model.HasError ? "nhsuk-form-group--error" : "")" style="white-space:nowrap">
4+
<div class="nhsuk-form-group @(Model.HasError ? "nhsuk-form-group--error" : "")">
55
<label class="nhsuk-label" for="@Model.Name">
66
@Model.Label
77
</label>

0 commit comments

Comments
 (0)