We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f5498 commit 2e7d4ccCopy full SHA for 2e7d4cc
DigitalLearningSolutions.Web/Views/Shared/_Layout.cshtml
@@ -159,8 +159,11 @@
159
<partial name="_UserFeedbackBarPartial" model=@(userResearchUrl) />
160
</feature>
161
162
- @RenderSection("NavBreadcrumbs", false)
+
163
</header>
164
+ <div class="nhsuk-grid-row">
165
+ @RenderSection("NavBreadcrumbs", false)
166
+ </div>
167
<div class="nhsuk-width-container" id="maincontentwrapper">
168
<main class="nhsuk-main-wrapper" id="maincontent" tabindex="-1">
169
@RenderBody()
0 commit comments