-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fixes input box weirdness for numeric questions w/ large units text #1843
Fixes input box weirdness for numeric questions w/ large units text #1843
Conversation
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.
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 noticed that the review flags when you click "Reveal Answer" were also not aligned properly, so I fixed that as well. I added some adjustments to the more info button for smaller screen sizes too, since it was hidden by the input box at sub-tablet sizes. |
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 tested this with numeric and MC questions, both in practice and assessment, at all mobile sizes, and tested with ChromeVox, and found no issues - looks great!
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.
Ignore this comment (Was supposed to be a review...) (Review below)
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! Tested with the same tools and sizes as Zac above ^ Good job!
Resolves #1826