-
Notifications
You must be signed in to change notification settings - Fork 174
fix: add overflow behaviour for properties table in mobile view #2975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix: add overflow behaviour for properties table in mobile view #2975
Conversation
|
|
✅ PR title follows Conventional Commits specification. |
968c19a to
7a56d39
Compare
|
the build is failing can you check onces ? |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d5f348d:
|
|
Fixed it |
|
thanks @sarthak-kumar-shailendra i think 2 github actions are still failing |
|
can you please check now? |
|
Both failures are due to missing tokens, as this pull request comes from a forked repository. The workflow needs to be updated to handle this scenario. |
Description
Fixes #2974
In mobile view, users are unable to go through the entire properties table due to lack of overflow behaviour.
Added overflow behaviour for properties table in mobile view
Before
After