We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0fee8 commit 3adfd1dCopy full SHA for 3adfd1d
src/pages/recipes/[slug].tsx
@@ -183,7 +183,7 @@ const Recipe: React.FC<RecipeProps> = ({
183
>
184
Clear checkboxes
185
</button>
186
- <ul className="space-y-2">
+ <ul className="space-y-2 -mx-1.5">
187
{ingredients.map((ingredient, i) => {
188
const ingredientKey = `${i}-${ingredient}`
189
const isChecked = !!checked[ingredientKey]
0 commit comments