Skip to content

Commit

Permalink
Fix: Header links breaking into two lines [TMZ-234]
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino authored Dec 9, 2024
1 parent 4cc1670 commit cbfa972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/template-parts/assets/scss/hello-plus-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
display: grid;
grid-template-areas:
"start center end";
grid-template-columns: repeat(3, 1fr);
grid-template-columns: 1fr auto 1fr;
flex-grow: 1;
position: relative;

Expand Down

0 comments on commit cbfa972

Please sign in to comment.