Skip to content

Commit 1d05020

Browse files
authored
docs: add display block to todos tutorial (#8951)
1 parent 3989048 commit 1d05020

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

documentation/tutorial/11-animations/01-animate/app-a/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
}
105105
106106
label {
107+
dislay: block;
107108
position: relative;
108109
line-height: 1.2;
109110
padding: 0.5em 2.5em 0.5em 2em;

documentation/tutorial/11-animations/01-animate/app-b/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
}
106106
107107
label {
108+
display: block;
108109
position: relative;
109110
line-height: 1.2;
110111
padding: 0.5em 2.5em 0.5em 2em;

0 commit comments

Comments
 (0)