🔀 Merge branch 'trunk'

This commit is contained in:
Philipp Stracker 2025-01-27 13:37:20 +01:00
commit b907eeebe6
No known key found for this signature in database
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;