Skip to content

Commit

Permalink
- refactoring: Snackbar element
Browse files Browse the repository at this point in the history
- Update test site: Snackbar element
  • Loading branch information
Aleksandr_Vorobev committed Jun 28, 2024
1 parent c8c580a commit 551d962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public static Position fromFullString(String text) {
}

public String toString() {
return justifyContent + " " + verticalPosition;
return horizontalPosition + " " + verticalPosition;
}
}

0 comments on commit 551d962

Please sign in to comment.