Skip to content

Commit a9c4d02

Browse files
Reduce spacing between items in navigation bar
As per #0591877d96 in Mavis: This is necessary because in the new schools and sessions design we have added a new "Schools" menu item, which can sometimes cause the menu to overflow. Jira-Issue: MAV-2645
1 parent 6aac159 commit a9c4d02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mavis/reporting/assets/scss/_header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@use "config" as *;
22

3+
.nhsuk-header__navigation-item {
4+
padding-right: nhsuk-spacing(2);
5+
}
6+
37
.app-header__navigation-item--with-count {
48
.app-count {
59
margin-left: nhsuk-spacing(1);

0 commit comments

Comments
 (0)