-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Ignored .less styles with min-width: (@screen__l) #39817
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
Comments
Hi @LeonidTomashevskyAmasty. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Thanks for your reporting and collaboration. We have tried to reproduce the issue in Latest 2.4-develop instance and 2.4.8,2.4.8-beta2 and we are not able to reproduce the issue.kindly refer the attached video. Screen.Recording.2025-04-16.at.3.25.55.pm.movCould you please let us know still if we are missing anything. Thanks. |
Hi @engcom-Bravo |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-14463 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
The Amasty team has prepared a fix for this issue as well as some others. To apply the fix, you need to run the following command: composer require amasty/module-mage-248-fix -W. For more details, see here: https://github.com/AmastyLtd/module-mage-248-fix . |
Preconditions and environment
Steps to reproduce
Expected result
products in 4 columns

Actual result
products in 3 columns

Additional information
the commit 438f978 breaks all styles within
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
like inmagento2/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less
Lines 467 to 489 in 7b8064f
All this styles https://github.com/search?q=repo%3Amagento%2Fmagento2+%22.media-width%28%40extremum%2C+%40break%29+when+%28%40extremum+%3D+%27min%27%29+and+%28%40break+%3D+%40screen__l%29+%7B%22&type=code are ignored on 2.4.8
Release note
Fix lost responsive styles for desktop
Triage and priority
The text was updated successfully, but these errors were encountered: