File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
NHSUKViewComponents.Web/Views/Shared/Components/ErrorSummary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
@if (Model .Errors .Any ())
5
5
{
6
- <div class =" nhsuk-error-summary" aria-labelledby =" error-summary-title" role =" alert" tabindex =" -1" >
6
+ <div class =" nhsuk-error-summary nhsuk-u-reading-width " aria-labelledby =" error-summary-title" role =" alert" tabindex =" -1" >
7
7
<h2 class =" nhsuk-error-summary__title" id =" error-summary-title" >
8
8
There is a problem
9
9
</h2 >
21
21
}
22
22
else
23
23
{
24
- <div class =" nhsuk-error-summary validation-summary-errors validation-summary-valid" data-valmsg-summary =" true" aria-labelledby =" error-summary-title" role =" alert" tabindex =" -1" >
24
+ <div class =" nhsuk-error-summary validation-summary-errors validation-summary-valid nhsuk-u-reading-width " data-valmsg-summary =" true" aria-labelledby =" error-summary-title" role =" alert" tabindex =" -1" >
25
25
<h2 class =" nhsuk-error-summary__title" id =" error-summary-title" >
26
26
There is a problem
27
27
</h2 >
You can’t perform that action at this time.
0 commit comments