codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
128 stars 148 forks source link

Bottom Navbar buttons were going out of view #392

Closed deepshetye closed 2 years ago

deepshetye commented 2 years ago

Issue Number #391

fixes #391 image

Just adding min-width to be 60px solved the issue Also while setting up the project locally i encountered with this warning of module version might cause problem I just added the following line in .env.example example for ignoring the warning but will surely work on it and fix the bug.

+ SKIP_PREFLIGHT_CHECK=true

Here's a glimpse of the fix

image

Deployed website link

https://edu-client.herokuapp.com/

Abhishek-kumar09 commented 2 years ago

@adarsh-technocrat Please review

Abhishek-kumar09 commented 2 years ago

Thanks @deepshetye