-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(files): Ensure actions never overflow filename #51471
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
Conversation
|
/backport to stable31 |
|
/backport to stable30 |
| } | ||
| } | ||
| @media screen and (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.
We cannot use vars in here, right?
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.
No that is not possible for media queries. We need to wait for: https://drafts.csswg.org/css-env-1/
Otherwise classes are the way to go, e.g. setting standardized classes on the body using some core JS script, for example: body.viewport-extra-small, body.viewport-small, body.viewport-medium, body.viewport-large
de5d088 to
0c979fb
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
0c979fb to
5f77b46
Compare
Screenshots
Small screen
Wide screen
Checklist