Skip to content

Commit f538492

Browse files
committed
TD-6277 Border zero stop nav having space for More items when expanded
1 parent a7d719a commit f538492

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DigitalLearningSolutions.Web/Styles/nhsuk.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ body:not(.js-enabled) {
7070
margin-bottom: 0;
7171
}
7272

73-
nav, .nhsuk-header__navigation, #header-navigation {
73+
/*Breaks mobile more expansion qqqq */
74+
/*nav, .nhsuk-header__navigation, #header-navigation {
7475
border-bottom: 0;
75-
}
76+
}*/
7677

7778
.nhsuk-heading-xl.heading-margin-2 {
7879
margin-bottom: nhsuk-spacing(2);

DigitalLearningSolutions.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
@if ((bool?)ViewData[LayoutViewDataKeys.DoNotDisplayNavBar] != true)
117117
{
118-
<nav class="nhsuk-header__navigation" id="header-navigation" aria-label="Primary navigation" role="navigation">
118+
<nav class="nhsuk-header__navigation" aria-label="Primary navigation" role="navigation">
119119
<div class="nhsuk-header__navigation-container nhsuk-width-container">
120120
<ul class="nhsuk-header__navigation-list">
121121
@if (IsSectionDefined("NavMenuItems"))

0 commit comments

Comments
 (0)