paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

bug: inputs with lots of characters exceed paragraph bounds #48

Closed paul-bokelman closed 5 months ago

paul-bokelman commented 5 months ago

Description

When an input has way too many characters it doesn't wrap and goes off the page.

PNG image PNG image

Proposed Solution

Add max character limit to specific fields and add overflow scrolling to fields that contain strings that are too long.

Parent: #17