Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jan 5, 2024
2 parents 7291010 + 4f3036c commit 48ffe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/app_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def __init__(self, *args, **kwargs):
)

super().__init__(
*args,
children=[self.installed_version, self.version_to_install, self.info],
layout={"min_width": "300px"},
*args,
**kwargs,
)

Expand Down

0 comments on commit 48ffe2d

Please sign in to comment.