Skip to content

Commit

Permalink
fix(action bar): adjust alignment of filter toggle button when next t…
Browse files Browse the repository at this point in the history
…o menu button (#921)

the updates to the button menu caused the alignment of the buttons in the action bar component for
filterring to be misaligned. This is a simple fix to ensure the buttons are aligned.
  • Loading branch information
chrispymm authored Nov 13, 2024
1 parent 4de60bd commit 00fe2b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/moj/components/action-bar/_action-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@
}
}

}
> .govuk-button {
vertical-align: baseline;
}
}


0 comments on commit 00fe2b9

Please sign in to comment.