Skip to content

Commit

Permalink
fix: css in examples directory. (#8977)
Browse files Browse the repository at this point in the history
* Update App.svelte

CSS Fixes in span element.

* Add space

---------

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
prajapatiomkar and benmccann authored Jul 17, 2023
1 parent c1d3d58 commit 3c0bdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/examples/06-lifecycle/02-update/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}
span {
color: black;
padding: 0.5em 1em;
display: inline-block;
}
Expand Down

0 comments on commit 3c0bdcd

Please sign in to comment.