Skip to content
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

🐛 Bug Report: Contents overflowing in the Sessions section (Not Responsive) #614

Closed
2 tasks done
Sreejit-Sengupto opened this issue Nov 7, 2023 · 6 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@Sreejit-Sengupto
Copy link

Sreejit-Sengupto commented Nov 7, 2023

👟 Reproduction steps

image

  1. Create a user.
  2. Go to the Auth Section.
  3. Click on the user.
  4. Navigate to the Sessions

👍 Expected behavior

The contents should not overflow.

👎 Actual Behavior

Contents(the table) is overflowing in the x-direction

🎲 Appwrite version

Version 1.4.x

💻 Operating system

Windows

🧱 Your Environment

I am using Appwrite 1.4.9

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@sourabpramanik
Copy link
Contributor

@TGlide anyone working on this? If not can I take it please? I am looking to make my first contribution to Appwrite

@TGlide
Copy link
Contributor

TGlide commented Dec 18, 2023

@TGlide anyone working on this? If not can I take it please? I am looking to make my first contribution to Appwrite

Go for it!

@sourabpramanik
Copy link
Contributor

@TGlide What do you think? Am I missing anything? Following the similar design pattern.

overflow fix

@TGlide
Copy link
Contributor

TGlide commented Dec 18, 2023

@TGlide What do you think? Am I missing anything? Following the similar design pattern.

overflow fix overflow fix

It's better to add scroll to it, so that mobile users can access all the content available. We have examples throughout the console.

<div class="table-with-scroll">
  <div class="table-wrapper">
  </div>
</div>

@sourabpramanik
Copy link
Contributor

Thanks will look into that.

This was referenced Dec 19, 2023
@sourabpramanik
Copy link
Contributor

Hey @TGlide can you please review my PR? If any other changes needed to be done please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

4 participants