site: todos in `animate` tutorial render weird due to typo (#8952)

* svelte.dev/tutorial/animate - todos render weird on chrome without display: block;

* fix typo
pull/8955/head
Jakub Koleżyński 1 year ago committed by GitHub
parent 66593c62f4
commit 68ad1883c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,7 +104,7 @@
}
label {
dislay: block;
display: block;
position: relative;
line-height: 1.2;
padding: 0.5em 2.5em 0.5em 2em;

Loading…
Cancel
Save