google / peoplemath

Web application for team planning
Apache License 2.0
126 stars 34 forks source link

Ensure proper sizing and non-overlap of objectives #155

Closed amdw closed 3 years ago

amdw commented 3 years ago

I just noticed that when the screen gets narrow or objectives get long, the objectives start overlapping horribly. I noticed the issue on Chrome for Android, but I expect the problem affects all browsers and platforms.

Objectives should expand vertically to accommodate their full contents, with a minimum margin, and not overlap.

I'm sure this used to work correctly. I suspect one of the recent objective styling changes broke it.