fix bug where account page expanded beyond bounds

This commit is contained in:
David Rodenkirchen 2024-11-27 14:46:13 +01:00
parent 951e6c8dce
commit 5eca3d25cf

View File

@ -1,6 +1,6 @@
from typing import Optional
from rio import Column, Component, event, Text, TextStyle, Button, Color, Spacer, Revealer, Row, ProgressCircle
from rio import Column, Component, event, Text, TextStyle, Button, Color, Revealer, Row, ProgressCircle
from src.ez_lan_manager import ConfigurationService, UserService, AccountingService
from src.ez_lan_manager.components.MainViewContentBox import MainViewContentBox
@ -59,7 +59,7 @@ class AccountPage(Component):
"Verwendungszweck:",
style=TextStyle(
fill=self.session.theme.background_color,
font_size=0.78
font_size=0.7
),
margin=0,
margin_bottom=1,