Skip to content

Commit

Permalink
site: todos in animate tutorial render weird due to typo (#8952)
Browse files Browse the repository at this point in the history
* svelte.dev/tutorial/animate - todos render weird on chrome without display: block;

* fix typo
  • Loading branch information
JakeBeaver committed Jul 10, 2023
1 parent 66593c6 commit 68ad188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}
label {
dislay: block;
display: block;
position: relative;
line-height: 1.2;
padding: 0.5em 2.5em 0.5em 2em;
Expand Down

0 comments on commit 68ad188

Please sign in to comment.