This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
[BUG] Overflowing screen on the mobile view #112
Labels
🛠 goal: fix
🏁 status: ready for dev
You can asked for this issue to be assigned (if not already assigned)
Has this bug been raised before?
Where did you find this bug?
Production
Description
I've noticed the web-app has some overflow issue in the mobile view which breaks the responsiveness of the app.
Steps to Reproduce
Screenshots
Overflow Issue
Rate component breaks the flow on mobile view
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
So I've got some of the following approaches:
1. I can simply put the overflowing repository title in the next line in the repository card like this (I personally recommend this):
2. I can terminate the overflowing string and show ... in the end of the repo name, and full repo name when you hover over it, like this:
The text was updated successfully, but these errors were encountered: