Skip to content

Commit 18b8f1d

Browse files
authored
[PRM-101] back links resize correctly with font size (#617)
1 parent 3f88f99 commit 18b8f1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/src/styles/App.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,12 @@ $hunit: '%';
722722
margin-bottom: nhsuk-spacing(3);
723723
}
724724

725+
.nhsuk-icon__chevron-left {
726+
margin: auto;
727+
top: 0;
728+
bottom: 0;
729+
}
730+
725731
.nhsuk-header__navigation-list {
726732
display: grid;
727733
grid-template-columns: auto auto 1fr;
@@ -1193,6 +1199,7 @@ $hunit: '%';
11931199
.button-container {
11941200
display: flex;
11951201
align-items: baseline;
1202+
font-size: 1rem;
11961203
}
11971204
}
11981205

0 commit comments

Comments
 (0)