Skip to content

Commit c33a84d

Browse files
author
Parag Chavare
committed
Fixed-Product-page-tabbing-content-misalignment-in-mobile-view :: Product Page tabbing Content Misaligned in mobile view
1 parent 2f30dde commit c33a84d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

app/design/frontend/Magento/blank/web/css/source/_sections.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,13 @@
3434
.data.item {
3535
display: block;
3636
}
37+
.item.title {
38+
>.switch{
39+
padding: 1px 15px 1px;
40+
}
41+
}
42+
>.item.content{
43+
padding: 10px 15px 30px;
44+
}
3745
}
3846
}

app/design/frontend/Magento/luma/web/css/source/_sections.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,16 @@
7575
}
7676
}
7777
}
78+
79+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
80+
.product.data.items{
81+
.item.title {
82+
>.switch{
83+
padding: 1px 15px 1px;
84+
}
85+
}
86+
>.item.content{
87+
padding: 10px 15px 30px;
88+
}
89+
}
90+
}

0 commit comments

Comments
 (0)