docs: Updated button width in documentation/reactivity (#8897)

* Updated button width in documentation/reactivity

Fixed button width in order to avoid the changing width of the button in the result when the text changes from 'time' to 'times'

* Made style changes as per the guidelines

* Replicated changes made in app-a to app-b

* Update App.svelte

* Update App.svelte

---------

Co-authored-by: Puru Vijay <47742487+PuruVJ@users.noreply.github.com>
pull/8901/head
Mayank Jain 2 years ago committed by GitHub
parent d4a1b5482f
commit d8a381e049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,3 +10,9 @@
Clicked {count}
{count === 1 ? 'time' : 'times'}
</button>
<style>
button {
width:200px;
}
</style>

@ -10,3 +10,9 @@
Clicked {count}
{count === 1 ? 'time' : 'times'}
</button>
<style>
button {
width:200px;
}
</style>

Loading…
Cancel
Save