AY2122S1-CS2103T-T09-1 / tp

https://ay2122s1-cs2103t-t09-1.github.io/tp/
MIT License
4 stars 5 forks source link

PED: Fix long tags #218

Closed qreoct closed 2 years ago

qreoct commented 2 years ago

Long tags don't wrap properly on the GUI, and there is no limit to the tag length

This means the user can theoretically make a really long Tag which doesn't fully display on the GUI.

Let's limit tags to 50 characters.

Fixes #174