Skip to content

Commit

Permalink
Fix ingredient names not wrapping correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gherkster committed May 20, 2024
1 parent 73fcf10 commit 4a66da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/recipes/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ footer {
.recipe__ingredient {
&__name {
p {
display: inline-block;
display: inline;
margin: 0;
}
}
Expand Down

0 comments on commit 4a66da2

Please sign in to comment.