AY2425S1-CS2103T-T10-1 / tp

MIT License
0 stars 5 forks source link

UI: Unable to see long input #126

Open Bonzzz3 opened 3 hours ago

Bonzzz3 commented 3 hours ago

Description

When inputs for fields like name, address, and email exceed typical lengths, the person list card in the UI does not display the entire text. This can make it difficult for users to view the complete details of each entry. Possible similar UI bug for other parameters.

Details

Below are examples of entries with long input values that are not fully visible in the list:

  1. Long name: image output of add n/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbccccccccccccccc p/98765432 e/johnd@example.com a/John street, block 123, #01-01 b/40 s/Male

  2. Long address: image output of edit AAA a/yabeyrgkcyawenrewnaygtkyawgc875987598c730723-=21=948349834end

  3. Long email: image output ofedit AAA e/johnd@example.comyagkyufbakhfbkhadnbfeygfcayegfucygeirygtskeugrykeurytgkureygrtuygvksertgcueygrtsyegrtuygesrygtesyrgtesyrgtueyrgtueysrtyvesrtyvesurtvieurvtiuesyrvtiusevrtusyv

Suggested Improvement

Enable text wrap for person list card in UI.