Skip to content

Commit 927ee7a

Browse files
MC-5648: Catalog product list widget Viewport Issues: Add to cart buttons are hidden on mobile & Review Links Clash With Other Elements
1 parent ed32012 commit 927ee7a

File tree

2 files changed

+8
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+8
-0
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module/_listings.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
&-actions {
7474
font-size: 0;
7575

76+
> * {
77+
font-size: 1.4rem;
78+
}
79+
7680
.actions-secondary {
7781
display: inline-block;
7882
font-size: 1.4rem;

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
&-actions {
7878
font-size: 0;
7979

80+
> * {
81+
font-size: 1.4rem;
82+
}
83+
8084
.actions-secondary {
8185
display: inline-block;
8286
font-size: 1.4rem;

0 commit comments

Comments
 (0)