Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## Unreleased
### Change
- Rewrite less files to support Magento v2.4.8

### Fix
- Add price attribute for ff-checkout-tracking-item

Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/web/css/source/ff/_recommendation.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ff-recommendation {

@media all and (min-width: 1024px), print {
.page-layout-1column ff-recommendation ff-record {
width: percentage(1 / 6);
width: percentage(0.16666667);
}
}
2 changes: 1 addition & 1 deletion src/view/frontend/web/css/source/ff/_similar.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ ff-similar-products {

@media all and (min-width: 1024px), print {
.page-layout-1column ff-similar-products ff-record {
width: percentage(1 / 6);
width: percentage(0.16666667);
}
}
Loading