Skip to content

Commit

Permalink
Refine index page style
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Feb 2, 2025
1 parent 80af387 commit 0934f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaverhabits/frontend/index_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def day_headers(days: list[datetime.date]):

@contextmanager
def row():
with ui.row().classes("pl-4 pr-2 py-0").classes("no-wrap gap-0"):
with ui.row().classes("pl-4 pr-1 py-0").classes("no-wrap gap-0"):
yield


Expand Down

0 comments on commit 0934f4a

Please sign in to comment.