FACN1 / week1-javiasy

HTML, CSS and JavaScript developers
https://facn1.github.io/week1-javiasy/
0 stars 1 forks source link

Try expanding message input window when messages exceed 2 lines #35

Closed edgarfinn closed 7 years ago

edgarfinn commented 7 years ago

Currently, any long messages are hard to read in full, the user needs to scroll

macintoshhelper commented 7 years ago

This appears to be a CSS limitation. "height: auto;" doesn't do anything. If there's time, we could add a JavaScript hack to correct it.

macintoshhelper commented 7 years ago

Semi-fixed this by increasing height to 80px. It won't auto-expand, but will have more height than the other inputs.