fix display issues

This commit is contained in:
2025-11-06 18:20:33 +02:00
parent 29cf5925cc
commit f05401c493
6 changed files with 11 additions and 6 deletions

View File

@@ -39,5 +39,6 @@ class TermsAndConditions:
alignment=ft.MainAxisAlignment.START,
scroll=ft.ScrollMode.ADAPTIVE
),
padding=10
padding=10,
expand=True
)