Skip to content

Commit 52ebea0

Browse files
ENGCOM-9090: Fix overlap display issue in cms page privacy theme luma #32927
- Merge Pull Request #32927 from mrtuvn/magento2:fix-css-overlap-cms-page-privacy-policy-theme-luma - Merged commits: 1. 7f1092e
2 parents 12a08ee + 7f1092e commit 52ebea0

File tree

1 file changed

+11
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+11
-0
lines changed

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,17 @@
478478
padding-top: 0;
479479
position: relative;
480480
}
481+
482+
.page-main {
483+
[class^='cms-privacy-policy'] & {
484+
padding-top: 41px;
485+
position: relative;
486+
}
487+
}
488+
489+
.cms-content .data-table {
490+
.lib-table-responsive();
491+
}
481492
}
482493

483494
//

0 commit comments

Comments
 (0)