Skip to content

Commit

Permalink
button width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed May 8, 2024
1 parent 287ac10 commit 19e9621
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/webpacker/styles/header/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,16 @@ body > header {
@include list-item-nav;
@include reset;

button.menu-link {
width: 100%;
}

.menu-link {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.63em 0.94em;
border-left: solid #F0F0F0 4px;
width: 100%;

&:focus {
.nav-icon {
Expand Down

0 comments on commit 19e9621

Please sign in to comment.