Skip to content

Commit

Permalink
Remove inherited padding on document navigation list for RTL printing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillco committed Nov 4, 2024
1 parent aa19092 commit 13c9ee6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import "govuk_publishing_components/individual_component_support";

.app-c-document-navigation-list {
padding: 0;
}

.app-c-document-navigation-list__item {
@include govuk-font(19, $weight: bold);
}
Expand Down

0 comments on commit 13c9ee6

Please sign in to comment.