Skip to content

fix: allow quiz answer textarea vertical resize#478

Merged
pancacake merged 1 commit into
HKUDS:devfrom
mtsui-cmyk:fix/quiz-textarea-vertical-resize
May 14, 2026
Merged

fix: allow quiz answer textarea vertical resize#478
pancacake merged 1 commit into
HKUDS:devfrom
mtsui-cmyk:fix/quiz-textarea-vertical-resize

Conversation

@mtsui-cmyk
Copy link
Copy Markdown
Contributor

@mtsui-cmyk mtsui-cmyk commented May 12, 2026

Description

Allow vertical resizing for the quiz answer textarea in QuizViewer so users can expand the input area for longer written or coding answers.

Related Issues

Module(s) Affected

  • web (Frontend)

Checklist

  • I have read and followed the contribution guidelines.
  • My code follows the project's coding standards.
  • I have run pre-commit run --all-files and fixed any issues.
  • I have added relevant tests for my changes.
  • I have updated the documentation (if necessary).
  • My changes do not introduce any new security vulnerabilities.

Additional Notes

Validated the changed file with:

  • uvx pre-commit run --files web/components/quiz/QuizViewer.tsx
  • npx eslint components/quiz/QuizViewer.tsx

This change is intentionally minimal: it only replaces resize-none with resize-y for the answer textarea in the quiz viewer.

@pancacake pancacake merged commit 3a2f169 into HKUDS:dev May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants