-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[ui] Small-screen styles for exec window #19332
[ui] Small-screen styles for exec window #19332
Conversation
Ember Test Audit comparison
|
5cbcef1
to
5f899b8
Compare
@@ -155,3 +155,24 @@ | |||
} | |||
} | |||
} | |||
// Media query for small screens | |||
@media (max-width: 768px) { |
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.
A cursory glance tells me we dont have any scss variables for this size, but might be nice so we have fewer magic strings (obviously not a blocker)
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Vertically stacks things so they look nicer on narrow screens
Resolves #19331