Merge pull request #3024 from woocommerce/fix/PCP-4003-align-settings-left

Align to the left and under the arrow
This commit is contained in:
Emili Castells 2025-01-27 12:38:42 +01:00 committed by GitHub
commit b0a5d9b3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
.ppcp-r {
&-container {
max-width: var(--max-container-width, none);
margin-left: auto;
margin-right: auto;
}

View file

@ -3,8 +3,8 @@
--wp-admin-border-width-focus: 3px;
max-width: var(--max-container-width);
margin: 0 auto;
transition: max-width 0.2s;
padding:0 35px;
.components-tab-panel__tabs {
box-shadow: 0 -1px 0 0 $color-gray-400 inset;