Skip to content

Commit

Permalink
docs(hot_reload): make content center
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 21, 2023
1 parent 6dc7fd9 commit e6aec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/validation/core/17_hot_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def setup_ui(*_):
"{{ number }} x {{ i }} = {{ number * i }}",
v_for="i in size",
key="i",
classes="mx-auto text-h6",
classes="mx-auto text-h6 text-center",
)


Expand Down

0 comments on commit e6aec3f

Please sign in to comment.