-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Instructor edit session page: Fix custom visibility table overflow #12276
Comments
Hey, i would like to work on this! |
Hi @Mrityunjaydeepak, sure! Feel free to submit a PR for this issue (: |
Can I work on this? I'm a first-time contributor and having some difficulty finding a good issue to start with, so I'm also open to recommendations for working on any other issue. |
@Oshanik22 We recommend any of the issues with the Also, as |
Hi, @zhaojj2209, thanks for the quick response. @Mrityunjaydeepak are you working on this? If not, I would like to take this up :) |
@Oshanik22 yes, you can take it i am currently working on something else. |
thanks |
Hi, I'm a first time contributor and would like to work on this issue if possible. @Oshanik22 are you still working on this or could I take it? |
@guivilela7 Feel free to submit a PR. |
Is this one still open? Can I work on it? |
Hi @nncha96, Feel free to submit a PR for this issue! |
Hey guys!! I would like to submit a PR for this issue |
…erflow (#12574) * Use responsive-table class to add scrollbar when table overflows * Update snapshots according to UI changes --------- Co-authored-by: Jason Qiu <jason_qiu@hotmail.com> Co-authored-by: Cedric Ong <67156011+cedricongjh@users.noreply.github.com>
At screen widths of smaller than 400px, the custom visibility table overflows, as shown below:
One way to fix this would be to make the table horizontally scrolling, but it would be good to have the entire table fit within the screen width as well.
The text was updated successfully, but these errors were encountered: