We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Grants table isn't very usable when the window is very narrow, and should match grants.gov in using a stacked layout in that case.
When a user is on mobile, or has a narrow window, they can't see much info in each row of the Grants table
When the window is narrow, like on a mobile phone, they can scroll down and see a nicer layout of the table info
Add stacked='sm' to the Grants table
No response
The text was updated successfully, but these errors were encountered:
fix: #2273 use stacked table layout for narrow windows
c7066f4
fix: #2273 use stacked table layout for narrow windows (#2291)
0423a16
@adele-usdr I'm not seeing this reflected in staging - can you confirm that this PR was merged to staging?
(fyi - @as1729)
Sorry, something went wrong.
alright, tested and now working in staging!
adele-usdr
Successfully merging a pull request may close this issue.
Why is this issue important?
The Grants table isn't very usable when the window is very narrow, and should match grants.gov in using a stacked layout in that case.
Current State
When a user is on mobile, or has a narrow window, they can't see much info in each row of the Grants table
Expected State
When the window is narrow, like on a mobile phone, they can scroll down and see a nicer layout of the table info
Implementation Plan
Add stacked='sm' to the Grants table
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: