79320748

Date: 2024-12-31 20:24:21
Score: 1.5
Natty:
Report link

This was an issue with the Tailwind CSS included in the example. The following changes fixed the issue:

Old:

with ui.column().classes('absolute-center items-center'):

New:

with ui.column().classes('mx-auto max-w-md items-center'):
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JBlev9796