Skip to content

Commit

Permalink
Fix search focus padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchatting committed Sep 29, 2023
1 parent c30766c commit f781a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
box-shadow: 0 0 0 $nhsuk-focus-width $nhsuk-focus-color;
outline: $nhsuk-focus-width solid transparent;
outline-offset: $nhsuk-focus-width;
padding: 0 9px;
padding: 0 13px;
}
&::placeholder {
color: $color_nhsuk-grey-1;
Expand Down

0 comments on commit f781a29

Please sign in to comment.