-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix formatting on No results found modal #8346
base: main
Are you sure you want to change the base?
Conversation
do we want this modal to look the same as the one on the Conduct tests page when viewed on mobile? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM locally!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should replicate some of what's going on here
https://github.com/CDCgov/prime-simplereport/blob/main/frontend/src/scss/base/_prime-styles.scss#L381-L397 with the way the width adapts to screen size
@mehansen it looks like the formatting in |
@DavidMcClatchey sorry I meant to point out that we do have this responsive width behavior that's already defined for modals on both pages. so I was wondering why make them different by setting for the record this is not blocking since the PR solves the issue |
6b72f93
Good call, it looks like removing the max width setting also had the effect of fixing the formatting issue, so I've pushed that up as a cleaner solution. I also saw the |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the cleaner fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- thanks for the clean fix!
FRONTEND PULL REQUEST
Related Issue
Changes Proposed
Testing
Screenshots / Demos