-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat(app): add DeckInfoLabelTextTag component #17605
Conversation
ef7d6f9
to
af0bf55
Compare
grid-template-columns: 1fr 1fr 1fr; | ||
} | ||
|
||
@media (max-width: 450px) { |
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.
Yes, we decided not to use the intermediate breakpoint, and Design is making the assumption that text will be 4 characters long, which in practice is never going to be the case by a long shot. Using 450px is more reasonable than 177px. I'm talking to her about this when she gets back and can put up a fix if necessary.
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
thank you for the explanation!
Of course. Thanks for taking the time to review all these PRs! |
Closes EXEC-1243
Overview
Adds the
DeckInfoLabelTextTag
component per designs. Breakpoints here.NOTE: The Designs at the above file insinuate that the background-color is grey, but that's not actually the case.
ODD
Desktop
Test Plan and Hands on Testing
Changelog
Risk assessment
low