Skip to content

Commit 9e8173f

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
.data.item {
3535
display: block;
3636
}
37+
3738
}
3839
}

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)