-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.2.10 DXP FP2, 7.2.10.1 DXP SP1, 7.2.1 CE GA2, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Frontend Infrastructure
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
The current usages of the mixin "media-breakpoint-down" are using wrong variables
We need to change:
`@include media-breakpoint-down(sm)` for `@include media-breakpoint-down(xs)`
`@include media-breakpoint-down(md)` for `@include media-breakpoint-down(sm)`
`@include media-breakpoint-down(lg)` for `@include media-breakpoint-down(md)`
In the changed modules https://issues.liferay.com/browse/LPS-95490
- fixes
-
LPS-100875 Pagination is lost when browser zooming in to 125%
- Closed