Skip to content

Commit

Permalink
snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 6, 2025
1 parent 76d760d commit 7f8fdef
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 111 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/snapshot_tests/snapshot_apps/text_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MyApp(App):
padding: 2 4;
border: heavy red;
&.left {
&.left {
text-align: left;
}
&.center {
Expand All @@ -36,7 +36,7 @@ class MyApp(App):
&.right {
text-align: right;
}
&.right {
&.justify {
text-align: justify;
}
}
Expand Down

0 comments on commit 7f8fdef

Please sign in to comment.