DimiMikadze / orca

Build modern community apps with React and Node.
https://dimimikadze.github.io/orca-docs
MIT License
1.22k stars 294 forks source link

Text cropping in the PostCard component on different resolutions. #176

Closed DimiMikadze closed 2 years ago

DimiMikadze commented 2 years ago

On some screen resolutions, the text gets appropriately cropped in the PostCard component, but on other screen resolutions, the last line of the text is halfway visible.

If it can be fixed by tweaking the "TITLE_INITIAL_HEIGHT" value that's good. Otherwise, we need to come up with a different solution.

Screenshot of the bug:

Screen Shot 2021-10-22 at 9 26 29 AM
RajendrasinhParmar commented 2 years ago

@DimiMikadze I've worked on the see more functionality-related fix. Can you please take a look into PR and check if this is the proper fix or not?