[UI/Bug] Table content gets cut off / triggers unnecessary horizontal scrollbar on wide screens

Open Beginner friendly
#539 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
typescript
Domain
frontend

Research direction

Start at the questions table on https://seanprashad.com/leetcode-patterns/ and inspect the table wrapper and responsive layout in Chrome at 1080p and 1440p widths. Adjust the layout so the full table, including the Notes and Review columns, uses the available width without an unnecessary horizontal scrollbar.

Written by the indexing model from the issue text.

Description

Description

On desktop viewports with sufficient screen width/real estate, the table container does not utilize the full available width. Rightmost columns (e.g., Notes, Review) get partially hidden, forcing users to horizontally scroll/slide to see the full content despite large empty margins on both sides.

Steps to Reproduce
  1. Go to https://seanprashad.com/leetcode-patterns/
  2. View the questions table on a wide/standard desktop resolution (e.g., 1080p / 1440p).
  3. Observe that right-hand columns are clipped and require horizontal scrolling within the table wrapper.
Expected Behavior

The table layout/container should expand responsively to utilize available horizontal space or adjust column widths properly so all columns remain visible without requiring horizontal scrolling on wide screens.

Screenshots
Image

Image
Browser

Chrome

Dominant language
TypeScript
Stars
13.9k
Forks
2.2k
Avg merge
9h 20m
Merged PRs (30d)
8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.