Skip to content

Commit 13286cf

Browse files
fix(styling): fix styling on documentation for lesson 8-h (#8990)
1 parent f10ec83 commit 13286cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

documentation/tutorial/10-transitions/08-deferred-transitions/app-a/App.svelte

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

documentation/tutorial/10-transitions/08-deferred-transitions/app-b/App.svelte

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

0 commit comments

Comments
 (0)