You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected Navigation: Clicking on the empty space to the right of the EduAid logo redirects to the homepage, even though it shouldn't.
Misaligned Text: The "Enter the Content to Generate Questionnaires" text is positioned towards the right instead of being centered, which affects readability.
Steps to Reproduce
Open the input page (/input).
Click anywhere on the empty space to the right of the EduAid logo → Redirects to the homepage unexpectedly.
Observe that the "Enter the Content to Generate Questionnaires" text is not centrally aligned.
Expected Behavior
Clicking on empty space should not trigger navigation.
The text should be centrally aligned for better readability.
Possible Fixes
Check if an unintended <a> tag or onClick event is applied to the whole section.
Adjust alignment (text-align: center; or use flexbox/grid) to ensure proper text alignment.
Screenshot
20250209-1929-34.9011535.mp4
The text was updated successfully, but these errors were encountered:
Description
Steps to Reproduce
/input
).Expected Behavior
Possible Fixes
<a>
tag oronClick
event is applied to the whole section.text-align: center;
or useflexbox/grid
) to ensure proper text alignment.Screenshot
20250209-1929-34.9011535.mp4
The text was updated successfully, but these errors were encountered: