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 33
44@if (Model .Errors .Any ())
55{
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" >
77 <h2 class =" nhsuk-error-summary__title" id =" error-summary-title" >
88 There is a problem
99 </h2 >
2121}
2222else
2323{
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" >
2525 <h2 class =" nhsuk-error-summary__title" id =" error-summary-title" >
2626 There is a problem
2727 </h2 >
You can’t perform that action at this time.
0 commit comments