Skip to content

Commit 5387096

Browse files
committed
Fix horizontal spacing issues on breadcrumbs and maincontentwrapper
1 parent 8c02dde commit 5387096

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,3 @@ DigitalLearningSolutions.Web/Views/Shared/Components/TextArea/Default.cshtml
514514
DigitalLearningSolutions.Web/Views/Shared/Components/TextInput/Default.cshtml
515515
/DigitalLearningSolutions.Web/appsettings.Test.json
516516
/DigitalLearningSolutions.Web/web.config
517-
/DigitalLearningSolutions.Web/yarn.lock

DigitalLearningSolutions.Web/Styles/nhsuk.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ body:not(.js-enabled) {
6969
flex: 1;
7070
}
7171

72-
/*
73-
Included as fixing issue caused by older grid implementation of NHS breadcrumbs and nav
74-
TODO: Update header and breadcrumbs to reflect current nhsuk implementation
75-
*/
76-
.nhsuk-breadcrumb .nhsuk-width-container {
77-
padding-left: $nhsuk-gutter !important;
78-
padding-right: $nhsuk-gutter !important;
79-
}
80-
8172
.feedback-bar .nhsuk-width-container {
8273
margin-bottom: 0;
8374
}

0 commit comments

Comments
 (0)